Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1555 cmd.freemacs_to_len16 = in t4vf_alloc_mac_filt()
1639 cmd.freemacs_to_len16 = in t4vf_free_mac_filt()
1712 cmd.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_change_mac()
1749 cmd.freemacs_to_len16 = cpu_to_be32(FW_VI_MAC_CMD_HASHVECEN_F | in t4vf_set_addr_hash()
/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()
7875 c.freemacs_to_len16 = cpu_to_be32(val); in t4_alloc_encap_mac_filt()
7922 c.freemacs_to_len16 = cpu_to_be32(val); in t4_alloc_raw_mac_filt()
7997 c.freemacs_to_len16 = in t4_alloc_mac_filt()
8085 c.freemacs_to_len16 = in t4_free_mac_filt()
8152 c.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(1)); in t4_change_mac()
8204 c.freemacs_to_len16 = cpu_to_be32(FW_VI_MAC_CMD_HASHVECEN_F | in t4_set_addr_hash()
Dt4fw_api.h2289 __be32 freemacs_to_len16; member