Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/qlnx/qlnxe/qlnx_def.h
| Show First 20 Lines • Show All 677 Lines • ▼ Show 20 Lines | |||||
| * exported functions | * exported functions | ||||
| */ | */ | ||||
| extern int qlnx_make_cdev(qlnx_host_t *ha); | extern int qlnx_make_cdev(qlnx_host_t *ha); | ||||
| extern void qlnx_del_cdev(qlnx_host_t *ha); | extern void qlnx_del_cdev(qlnx_host_t *ha); | ||||
| extern int qlnx_grc_dump(qlnx_host_t *ha, uint32_t *num_dumped_dwords, | extern int qlnx_grc_dump(qlnx_host_t *ha, uint32_t *num_dumped_dwords, | ||||
| int hwfn_index); | int hwfn_index); | ||||
| extern int qlnx_idle_chk(qlnx_host_t *ha, uint32_t *num_dumped_dwords, | extern int qlnx_idle_chk(qlnx_host_t *ha, uint32_t *num_dumped_dwords, | ||||
| int hwfn_index); | int hwfn_index); | ||||
| extern uint8_t *qlnx_get_mac_addr(qlnx_host_t *ha); | |||||
| extern void qlnx_fill_link(qlnx_host_t *ha, struct ecore_hwfn *hwfn, | extern void qlnx_fill_link(qlnx_host_t *ha, struct ecore_hwfn *hwfn, | ||||
| struct qlnx_link_output *if_link); | struct qlnx_link_output *if_link); | ||||
| extern int qlnx_set_lldp_tlvx(qlnx_host_t *ha, qlnx_lldp_sys_tlvs_t *lldp_tlvs); | extern int qlnx_set_lldp_tlvx(qlnx_host_t *ha, qlnx_lldp_sys_tlvs_t *lldp_tlvs); | ||||
| extern int qlnx_vf_device(qlnx_host_t *ha); | extern int qlnx_vf_device(qlnx_host_t *ha); | ||||
| extern void qlnx_free_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info); | extern void qlnx_free_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info); | ||||
| extern int qlnx_alloc_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info, | extern int qlnx_alloc_mem_sb(qlnx_host_t *ha, struct ecore_sb_info *sb_info, | ||||
| u16 sb_id); | u16 sb_id); | ||||
| ▲ Show 20 Lines • Show All 46 Lines • Show Last 20 Lines | |||||