Home
last modified time | relevance | path

Searched defs:ixl_pf (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ixl/
H A Dixl_pf.h113 struct ixl_pf { struct
129 struct ixl_pf_qmgr qmgr; argument
130 struct ixl_pf_qtag qtag; argument
132 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, argument
167 s32 (*write_i2c_byte)(struct ixl_pf *pf, u8 byte_offset, argument
[all …]