Home
last modified time | relevance | path

Searched refs:IAVF_AQ_FLAG_SI (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/intel/iavf/
Diavf_adminq_cmd.h74 #define IAVF_AQ_FLAG_SI BIT(IAVF_AQ_FLAG_SI_SHIFT) /* 0x2000 */ macro
Diavf_adminq.c841 desc->flags = cpu_to_le16(IAVF_AQ_FLAG_SI); in iavf_fill_default_direct_cmd_desc()
Diavf_common.c779 desc.flags |= cpu_to_le16((u16)IAVF_AQ_FLAG_SI); in iavf_aq_send_msg_to_pf()