Searched refs:E1000_VT_MSGINFO_MASK (Results 1 – 4 of 4) sorted by relevance
38 #define E1000_VT_MSGINFO_MASK (0xFF << E1000_VT_MSGINFO_SHIFT) macro
34 #define E1000_VT_MSGINFO_MASK (0xFF << E1000_VT_MSGINFO_SHIFT) macro
7292 if (*msgbuf & E1000_VT_MSGINFO_MASK) in igb_set_vf_promisc()7301 int n = FIELD_GET(E1000_VT_MSGINFO_MASK, msgbuf[0]); in igb_set_vf_multicasts()7561 int add = FIELD_GET(E1000_VT_MSGINFO_MASK, msgbuf[0]); in igb_set_vf_vlan_msg()7928 u32 info = msg[0] & E1000_VT_MSGINFO_MASK; in igb_set_vf_mac_addr()
368 #define E1000_VT_MSGINFO_MASK (0xFF << E1000_VT_MSGINFO_SHIFT) macro495 #define E1000_VT_MSGINFO_MASK (0xFF << E1000_VT_MSGINFO_SHIFT) macro