Lines Matching refs:pf

94 #define IXL_PF_IN_RECOVERY_MODE(pf)	\  argument
95 ixl_test_state(&pf->state, IXL_STATE_RECOVERY_MODE)
97 #define IXL_PF_IS_RESETTING(pf) \ argument
98 ixl_test_state(&pf->state, IXL_STATE_RESETTING)
165 s32 (*read_i2c_byte)(struct ixl_pf *pf, u8 byte_offset,
167 s32 (*write_i2c_byte)(struct ixl_pf *pf, u8 byte_offset,
279 #define i40e_send_vf_nack(pf, vf, op, st) \ argument
280 ixl_send_vf_nack_msg((pf), (vf), (op), (st), __FILE__, __LINE__)
283 #define ixl_dbg(pf, m, s, ...) ixl_debug_core((pf)->dev, (pf)->dbg_mask, m, s, ##__VA_ARGS__) argument
284 #define ixl_dbg_info(pf, s, ...) ixl_debug_core((pf)->dev, (pf)->dbg_mask, IXL_DBG_INFO, s, ##__VA_… argument
285 #define ixl_dbg_filter(pf, s, ...) ixl_debug_core((pf)->dev, (pf)->dbg_mask, IXL_DBG_FILTER, s, ##_… argument
286 #define ixl_dbg_iov(pf, s, ...) ixl_debug_core((pf)->dev, (pf)->dbg_mask, IXL_DBG_IOV, s, ##__VA_AR… argument
287 #define ixl_dbg_link(pf, s, ...) ixl_debug_core((pf)->dev, (pf)->dbg_mask, IXL_DBG_LINK, s, ##__VA_… argument
358 void ixl_print_nvm_version(struct ixl_pf *pf);
365 void ixl_get_bus_info(struct ixl_pf *pf);
376 int ixl_prepare_for_reset(struct ixl_pf *pf, bool is_up);
392 int ixl_disable_ring(struct ixl_pf *pf, struct ixl_pf_qtag *, u16);
397 int ixl_enable_ring(struct ixl_pf *pf, struct ixl_pf_qtag *, u16);
432 s32 ixl_read_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset,
434 s32 ixl_write_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset,
436 s32 ixl_read_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset,
438 s32 ixl_write_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset,
440 s32 ixl_read_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset,
442 s32 ixl_write_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset,