Searched refs:t_hdr (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_minidump.c | 271 inline u32 qlcnic_82xx_get_saved_state(void *t_hdr, u32 index) in qlcnic_82xx_get_saved_state() argument 273 struct qlcnic_82xx_dump_template_hdr *hdr = t_hdr; in qlcnic_82xx_get_saved_state() 278 inline void qlcnic_82xx_set_saved_state(void *t_hdr, u32 index, in qlcnic_82xx_set_saved_state() argument 281 struct qlcnic_82xx_dump_template_hdr *hdr = t_hdr; in qlcnic_82xx_set_saved_state() 302 inline u32 qlcnic_82xx_get_cap_size(void *t_hdr, int index) in qlcnic_82xx_get_cap_size() argument 304 struct qlcnic_82xx_dump_template_hdr *hdr = t_hdr; in qlcnic_82xx_get_cap_size() 309 void qlcnic_82xx_set_sys_info(void *t_hdr, int idx, u32 value) in qlcnic_82xx_set_sys_info() argument 311 struct qlcnic_82xx_dump_template_hdr *hdr = t_hdr; in qlcnic_82xx_set_sys_info() 323 inline u32 qlcnic_83xx_get_saved_state(void *t_hdr, u32 index) in qlcnic_83xx_get_saved_state() argument 325 struct qlcnic_83xx_dump_template_hdr *hdr = t_hdr; in qlcnic_83xx_get_saved_state() [all …]
|
D | qlcnic.h | 2082 void *t_hdr, u32 index) in qlcnic_get_saved_state() argument 2084 return adapter->ahw->hw_ops->get_saved_state(t_hdr, index); in qlcnic_get_saved_state() 2088 void *t_hdr, u32 index, u32 value) in qlcnic_set_saved_state() argument 2090 adapter->ahw->hw_ops->set_saved_state(t_hdr, index, value); in qlcnic_set_saved_state()
|