Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c523 vi_cmd.alloc_to_len16 = cpu_to_be32(FW_LEN16(vi_cmd)); in t4vf_port_init()
549 FW_LEN16(port_cmd)); in t4vf_port_init()
599 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_fw_reset()
1020 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_get_rss_glb_config()
1096 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_get_vfres()
1145 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_read_rss_vi_config()
1195 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_write_rss_vi_config()
1253 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_config_rss_range()
1342 cmd.alloc_to_len16 = cpu_to_be32(FW_LEN16(cmd) | in t4vf_alloc_vi()
1371 cmd.alloc_to_len16 = cpu_to_be32(FW_LEN16(cmd) | in t4vf_free_vi()
[all …]
Dt4vf_common.h72 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16) macro
Dsge.c2253 FW_LEN16(cmd)); in t4vf_sge_alloc_rxq()
2450 FW_LEN16(cmd)); in t4vf_sge_alloc_eth_txq()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c747 ldst_cmd.cycles_to_len16 = cpu_to_be32(FW_LEN16(ldst_cmd)); in t4_read_pcie_cfg4()
2908 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4_get_pfres()
3888 c.retval_len16 = cpu_to_be32(FW_LEN16(c)); in t4_fwcache()
4180 FW_LEN16(cmd)); in t4_link_l1cfg_core()
4215 FW_LEN16(c)); in t4_restart_aneg()
5089 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4_config_rss_range()
5143 c.retval_len16 = cpu_to_be32(FW_LEN16(c)); in t4_config_glbl_rss()
5175 c.retval_len16 = cpu_to_be32(FW_LEN16(c)); in t4_config_vi_rss()
5244 c.cycles_to_len16 = cpu_to_be32(FW_LEN16(c)); in t4_tp_fw_ldst_rw()
6410 (var).retval_len16 = cpu_to_be32(FW_LEN16(var)); \
[all …]
Dcxgb4_dcb.h51 FW_LEN16(pcmd)); \
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()
Dcxgb4_main.c3497 hma_cmd.retval_len16 = htonl(FW_LEN16(hma_cmd)); in adap_config_hma()
3556 c->cfvalid_to_len16 = htonl(FW_LEN16(*c)); in adap_init1()
3945 FW_LEN16(caps_cmd)); in adap_init0_config()
3961 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd)); in adap_init0_config()
3986 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd)); in adap_init0_config()
4457 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd)); in adap_init0()
5342 port_cmd.retval_len16 = cpu_to_be32(FW_LEN16(port_cmd)); in cxgb4_iov_configure()
Dsge.c3401 FW_LEN16(c)); in t4_sge_alloc_rxq()
3608 FW_EQ_ETH_CMD_EQSTART_F | FW_LEN16(c)); in t4_sge_alloc_eth_txq()
3664 FW_EQ_CTRL_CMD_EQSTART_F | FW_LEN16(c)); in t4_sge_alloc_ctrl_txq()
3736 FW_EQ_OFLD_CMD_EQSTART_F | FW_LEN16(c)); in t4_sge_alloc_uld_txq()
Dcxgb4.h516 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16) macro
Dcudbg_lib.c2190 ldst_cmd.cycles_to_len16 = htonl(FW_LEN16(ldst_cmd)); in cudbg_collect_tcam_index()
Dt4fw_api.h856 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16) macro
Dcxgb4_debugfs.c1801 ldst_cmd.cycles_to_len16 = htonl(FW_LEN16(ldst_cmd)); in mps_tcam_show()
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_hw.h315 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16) macro
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()
Dcsio_mb.c278 ldst_cmd->cycles_to_len16 = htonl(FW_LEN16(struct fw_ldst_cmd)); in csio_mb_ldst()