Searched refs:t_hdr (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_minidump.c | 270 inline u32 qlcnic_82xx_get_saved_state(void *t_hdr, u32 index) in qlcnic_82xx_get_saved_state() argument 272 struct qlcnic_82xx_dump_template_hdr *hdr = t_hdr; in qlcnic_82xx_get_saved_state() 277 inline void qlcnic_82xx_set_saved_state(void *t_hdr, u32 index, in qlcnic_82xx_set_saved_state() argument 280 struct qlcnic_82xx_dump_template_hdr *hdr = t_hdr; in qlcnic_82xx_set_saved_state() 301 inline u32 qlcnic_82xx_get_cap_size(void *t_hdr, int index) in qlcnic_82xx_get_cap_size() argument 303 struct qlcnic_82xx_dump_template_hdr *hdr = t_hdr; in qlcnic_82xx_get_cap_size() 308 void qlcnic_82xx_set_sys_info(void *t_hdr, int idx, u32 value) in qlcnic_82xx_set_sys_info() argument 310 struct qlcnic_82xx_dump_template_hdr *hdr = t_hdr; in qlcnic_82xx_set_sys_info() 322 inline u32 qlcnic_83xx_get_saved_state(void *t_hdr, u32 index) in qlcnic_83xx_get_saved_state() argument 324 struct qlcnic_83xx_dump_template_hdr *hdr = t_hdr; in qlcnic_83xx_get_saved_state() [all …]
|
D | qlcnic.h | 2092 void *t_hdr, u32 index) in qlcnic_get_saved_state() argument 2094 return adapter->ahw->hw_ops->get_saved_state(t_hdr, index); in qlcnic_get_saved_state() 2098 void *t_hdr, u32 index, u32 value) in qlcnic_set_saved_state() argument 2100 adapter->ahw->hw_ops->set_saved_state(t_hdr, index, value); in qlcnic_set_saved_state()
|