Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c8224 c.freemacs_to_len16 = cpu_to_be32(val); in t4_alloc_encap_mac_filt()
8271 c.freemacs_to_len16 = cpu_to_be32(val); in t4_alloc_raw_mac_filt()
8347 c.freemacs_to_len16 = cpu_to_be32(V_FW_VI_MAC_CMD_FREEMACS(free) | in t4_alloc_mac_filt()
8417 c.freemacs_to_len16 = cpu_to_be32(V_FW_VI_MAC_CMD_FREEMACS(0) | in t4_free_encap_mac_filt()
8458 c.freemacs_to_len16 = cpu_to_be32(V_FW_VI_MAC_CMD_FREEMACS(0) | in t4_free_raw_mac_filt()
8522 c.freemacs_to_len16 = in t4_free_mac_filt()
8606 c.freemacs_to_len16 = cpu_to_be32(val); in t4_set_addr_hash()
12334 c.freemacs_to_len16 = cpu_to_be32( in t4_del_mac()
12387 c.freemacs_to_len16 = cpu_to_be32( in t4_add_mac()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c722 len16 = howmany(sizeof (c.op_to_viid) + sizeof (c.freemacs_to_len16) + in t4_mc_multicst()
726 c.freemacs_to_len16 = htonl(V_FW_CMD_LEN16(len16)); in t4_mc_multicst()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h6681 __be32 freemacs_to_len16; member