Searched defs:ixl_pf (Results 1 – 1 of 1) sorted by relevance
113 struct ixl_pf { struct129 struct ixl_pf_qmgr qmgr; argument130 struct ixl_pf_qtag qtag; argument132 char admin_mtx_name[16]; /* name of the admin mutex */133 struct mtx admin_mtx; /* mutex to protect the admin timer */134 struct callout admin_timer; /* timer to trigger admin task */138 bool enable_tx_fc_filter;141 bool recovery_mode;165 s32 (*read_i2c_byte)(struct ixl_pf *pf, u8 byte_offset, argument167 s32 (*write_i2c_byte)(struct ixl_pf *pf, u8 byte_offset, argument[all …]