Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1546 cpu_to_be32(FW_VI_MAC_CMD_FREEMACS_V(free) | in t4vf_alloc_mac_filt()
1630 cpu_to_be32(FW_VI_MAC_CMD_FREEMACS_V(0) | in t4vf_free_mac_filt()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c7622 c.freemacs_to_len16 = cpu_to_be32(FW_VI_MAC_CMD_FREEMACS_V(0) | in t4_free_encap_mac_filt()
7663 c.freemacs_to_len16 = cpu_to_be32(FW_VI_MAC_CMD_FREEMACS_V(0) | in t4_free_raw_mac_filt()
7838 cpu_to_be32(FW_VI_MAC_CMD_FREEMACS_V(free) | in t4_alloc_mac_filt()
7926 cpu_to_be32(FW_VI_MAC_CMD_FREEMACS_V(0) | in t4_free_mac_filt()
Dt4fw_api.h2188 #define FW_VI_MAC_CMD_FREEMACS_V(x) ((x) << FW_VI_MAC_CMD_FREEMACS_S) macro