Home
last modified time | relevance | path

Searched refs:alloc_to_len16 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_clip.c225 c.alloc_to_len16 = htonl(F_FW_CLIP_CMD_ALLOC | FW_LEN16(c)); in add_lip()
231 *idx = G_FW_CLIP_CMD_INDEX(ntohl(c.alloc_to_len16)); in add_lip()
245 c.alloc_to_len16 = htonl(F_FW_CLIP_CMD_FREE | FW_LEN16(c)); in del_lip()
H A Dt4_netmap.c299 c.alloc_to_len16 = htobe32(F_FW_IQ_CMD_IQSTART | FW_LEN16(c)); in alloc_nm_rxq_hwq()
301 c.alloc_to_len16 |= htobe32(F_FW_IQ_CMD_ALLOC); in alloc_nm_rxq_hwq()
426 c.alloc_to_len16 = htobe32(F_FW_EQ_ETH_CMD_EQSTART | FW_LEN16(c)); in alloc_nm_txq_hwq()
431 c.alloc_to_len16 |= htobe32(F_FW_EQ_ETH_CMD_ALLOC | in alloc_nm_txq_hwq()
H A Dt4_sge.c3605 c.alloc_to_len16 = htobe32(F_FW_IQ_CMD_ALLOC | F_FW_IQ_CMD_IQSTART | in alloc_iq_fl_hwq()
4385 c.alloc_to_len16 = htobe32(F_FW_EQ_CTRL_CMD_ALLOC | in ctrl_eq_alloc()
4433 c.alloc_to_len16 = htobe32(F_FW_EQ_ETH_CMD_ALLOC | in eth_eq_alloc()
4500 c.alloc_to_len16 = htonl(F_FW_EQ_OFLD_CMD_ALLOC | in ofld_eq_alloc()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h1334 __be32 alloc_to_len16; member
1591 __be32 alloc_to_len16; member
1702 __be32 alloc_to_len16; member
1809 __be32 alloc_to_len16; member
1926 __be32 alloc_to_len16; member
2974 __be32 alloc_to_len16; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h3181 __be32 alloc_to_len16; member
6356 __be32 alloc_to_len16; member
6878 __be32 alloc_to_len16; member
7071 __be32 alloc_to_len16; member
7293 __be32 alloc_to_len16; member
7486 __be32 alloc_to_len16; member
7720 __be32 alloc_to_len16; member
10089 __be32 alloc_to_len16; member
10117 __be32 alloc_to_len16; member
10252 __be32 alloc_to_len16; member
[all …]
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9763 c.alloc_to_len16 = cpu_to_be32(F_FW_VI_CMD_ALLOC | FW_LEN16(c)); in t4_alloc_vi_func()
9793 G_FW_VI_CMD_VFVLD(be32_to_cpu(c.alloc_to_len16)) : in t4_alloc_vi_func()
9798 G_FW_VI_CMD_VIN(be32_to_cpu(c.alloc_to_len16)) : in t4_alloc_vi_func()
9849 c.alloc_to_len16 = cpu_to_be32(F_FW_VI_CMD_FREE | FW_LEN16(c)); in t4_free_vi()
10445 c.alloc_to_len16 = cpu_to_be32(F_FW_IQ_CMD_IQSTOP | FW_LEN16(c)); in t4_iq_stop()
10476 c.alloc_to_len16 = cpu_to_be32(F_FW_IQ_CMD_FREE | FW_LEN16(c)); in t4_iq_free()
10505 c.alloc_to_len16 = cpu_to_be32(F_FW_EQ_ETH_CMD_EQSTOP | FW_LEN16(c)); in t4_eth_eq_stop()
10530 c.alloc_to_len16 = cpu_to_be32(F_FW_EQ_ETH_CMD_FREE | FW_LEN16(c)); in t4_eth_eq_free()
10555 c.alloc_to_len16 = cpu_to_be32(F_FW_EQ_CTRL_CMD_FREE | FW_LEN16(c)); in t4_ctrl_eq_free()
10580 c.alloc_to_len16 = cpu_to_be32(F_FW_EQ_OFLD_CMD_FREE | FW_LEN16(c)); in t4_ofld_eq_free()