Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1560 FW_VI_MAC_CMD_VALID_F | in t4vf_alloc_mac_filt()
1644 FW_VI_MAC_CMD_VALID_F | in t4vf_free_mac_filt()
1712 p->valid_to_idx = cpu_to_be16(FW_VI_MAC_CMD_VALID_F | in t4vf_change_mac()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c7817 p->valid_to_idx = cpu_to_be16(FW_VI_MAC_CMD_VALID_F | in t4_free_encap_mac_filt()
7907 p->valid_to_idx = cpu_to_be16(FW_VI_MAC_CMD_VALID_F | in t4_alloc_encap_mac_filt()
8034 cpu_to_be16(FW_VI_MAC_CMD_VALID_F | in t4_alloc_mac_filt()
8122 FW_VI_MAC_CMD_VALID_F | in t4_free_mac_filt()
8184 p->valid_to_idx = cpu_to_be16(FW_VI_MAC_CMD_VALID_F | in t4_change_mac()
H A Dt4fw_api.h2341 #define FW_VI_MAC_CMD_VALID_F FW_VI_MAC_CMD_VALID_V(1U) macro