Home
last modified time | relevance | path

Searched refs:FW_LEN16 (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c558 FW_LEN16(port_cmd)); in t4vf_port_init()
608 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_fw_reset()
1029 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_get_rss_glb_config()
1105 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_get_vfres()
1154 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_read_rss_vi_config()
1204 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_write_rss_vi_config()
1407 FW_LEN16(cmd)); in t4vf_enable_vi()
1454 FW_LEN16(cmd)); in t4vf_identify_port()
1850 FW_LEN16(cmd)); in t4vf_iq_free()
1876 FW_LEN16(cmd)); in t4vf_eth_eq_free()
[all …]
H A Dt4vf_common.h72 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16) macro
H A Dsge.c2252 FW_LEN16(cmd)); in t4vf_sge_alloc_rxq()
2451 FW_LEN16(cmd)); in t4vf_sge_alloc_eth_txq()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3857 c.retval_len16 = cpu_to_be32(FW_LEN16(c)); in t4_fwcache()
4210 FW_LEN16(cmd)); in t4_link_l1cfg_core()
4255 FW_LEN16(c)); in t4_restart_aneg()
5210 c.retval_len16 = cpu_to_be32(FW_LEN16(c)); in t4_config_glbl_rss()
5242 c.retval_len16 = cpu_to_be32(FW_LEN16(c)); in t4_config_vi_rss()
7460 c.retval_len16 = cpu_to_be32(FW_LEN16(c)); in t4_query_params_rw()
7522 c.retval_len16 = cpu_to_be32(FW_LEN16(c)); in t4_set_params_timeout()
8237 FW_LEN16(c)); in t4_enable_vi_params()
8765 FW_LEN16(port_cmd)); in t4_update_port_info()
8804 FW_LEN16(port_cmd)); in t4_get_link_params()
[all …]
H A Dcxgb4_dcb.h39 FW_LEN16(pcmd)); \
H A Dclip_tbl.c53 c.alloc_to_len16 = htonl(FW_CLIP_CMD_ALLOC_F | FW_LEN16(c)); in clip6_get_mbox()
68 c.alloc_to_len16 = htonl(FW_CLIP_CMD_FREE_F | FW_LEN16(c)); in clip6_release_mbox()
H A Dcxgb4_main.c4138 hma_cmd.retval_len16 = htonl(FW_LEN16(hma_cmd)); in adap_config_hma()
4197 c->cfvalid_to_len16 = htonl(FW_LEN16(*c)); in adap_init1()
4603 FW_LEN16(caps_cmd)); in adap_init0_config()
4619 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd)); in adap_init0_config()
4644 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd)); in adap_init0_config()
5159 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd)); in adap_init0()
6330 port_cmd.retval_len16 = cpu_to_be32(FW_LEN16(port_cmd)); in cxgb4_iov_configure()
H A Dsge.c4398 FW_LEN16(c)); in t4_sge_alloc_rxq()
4616 FW_EQ_ETH_CMD_EQSTART_F | FW_LEN16(c)); in t4_sge_alloc_eth_txq()
4707 FW_EQ_CTRL_CMD_EQSTART_F | FW_LEN16(c)); in t4_sge_alloc_ctrl_txq()
4782 FW_EQ_OFLD_CMD_EQSTART_F | FW_LEN16(c)); in t4_sge_alloc_ofld_txq()
H A Dcxgb4.h603 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16) macro
H A Dt4fw_api.h906 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16) macro
H A Dcudbg_lib.c2622 ldst_cmd.cycles_to_len16 = htonl(FW_LEN16(ldst_cmd)); in cudbg_collect_tcam_index()
H A Dcxgb4_debugfs.c1786 ldst_cmd.cycles_to_len16 = htonl(FW_LEN16(ldst_cmd)); in mps_tcam_show()
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw.h315 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16) macro
H A Dcsio_hw.c2114 FW_LEN16(*caps_cmd)); in csio_hw_use_fwconfig()
2133 caps_cmd->cfvalid_to_len16 = htonl(FW_LEN16(*caps_cmd)); in csio_hw_use_fwconfig()
2157 caps_cmd->cfvalid_to_len16 = htonl(FW_LEN16(*caps_cmd)); in csio_hw_use_fwconfig()
H A Dcsio_mb.c278 ldst_cmd->cycles_to_len16 = htonl(FW_LEN16(struct fw_ldst_cmd)); in csio_mb_ldst()