Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1556 cpu_to_be32(FW_VI_MAC_CMD_FREEMACS_V(free) | in t4vf_alloc_mac_filt()
1640 cpu_to_be32(FW_VI_MAC_CMD_FREEMACS_V(0) | in t4vf_free_mac_filt()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c7782 c.freemacs_to_len16 = cpu_to_be32(FW_VI_MAC_CMD_FREEMACS_V(0) | in t4_free_encap_mac_filt()
7823 c.freemacs_to_len16 = cpu_to_be32(FW_VI_MAC_CMD_FREEMACS_V(0) | in t4_free_raw_mac_filt()
7998 cpu_to_be32(FW_VI_MAC_CMD_FREEMACS_V(free) | in t4_alloc_mac_filt()
8086 cpu_to_be32(FW_VI_MAC_CMD_FREEMACS_V(0) | in t4_free_mac_filt()
Dt4fw_api.h2326 #define FW_VI_MAC_CMD_FREEMACS_V(x) ((x) << FW_VI_MAC_CMD_FREEMACS_S) macro