Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c485 vi_cmd.alloc_to_len16 = cpu_to_be32(FW_LEN16(vi_cmd)); in t4vf_port_init()
511 FW_LEN16(port_cmd)); in t4vf_port_init()
561 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_fw_reset()
982 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_get_rss_glb_config()
1058 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_get_vfres()
1107 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_read_rss_vi_config()
1157 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_write_rss_vi_config()
1215 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_config_rss_range()
1304 cmd.alloc_to_len16 = cpu_to_be32(FW_LEN16(cmd) | in t4vf_alloc_vi()
1333 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.c2249 FW_LEN16(cmd)); in t4vf_sge_alloc_rxq()
2446 FW_LEN16(cmd)); in t4vf_sge_alloc_eth_txq()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c687 ldst_cmd.cycles_to_len16 = cpu_to_be32(FW_LEN16(ldst_cmd)); in t4_read_pcie_cfg4()
3749 c.retval_len16 = cpu_to_be32(FW_LEN16(c)); in t4_fwcache()
4025 FW_LEN16(cmd)); in t4_link_l1cfg()
4051 FW_LEN16(c)); in t4_restart_aneg()
4917 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4_config_rss_range()
4971 c.retval_len16 = cpu_to_be32(FW_LEN16(c)); in t4_config_glbl_rss()
5003 c.retval_len16 = cpu_to_be32(FW_LEN16(c)); in t4_config_vi_rss()
5068 c.cycles_to_len16 = cpu_to_be32(FW_LEN16(c)); in t4_fw_tp_pio_rw()
6120 (var).retval_len16 = cpu_to_be32(FW_LEN16(var)); \
6135 c.cycles_to_len16 = cpu_to_be32(FW_LEN16(c)); in t4_fwaddrspace_write()
[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()
Dsge.c2738 FW_LEN16(c)); in t4_sge_alloc_rxq()
2943 FW_EQ_ETH_CMD_EQSTART_F | FW_LEN16(c)); in t4_sge_alloc_eth_txq()
2999 FW_EQ_CTRL_CMD_EQSTART_F | FW_LEN16(c)); in t4_sge_alloc_ctrl_txq()
3071 FW_EQ_OFLD_CMD_EQSTART_F | FW_LEN16(c)); in t4_sge_alloc_uld_txq()
Dcxgb4_main.c3035 c->cfvalid_to_len16 = htonl(FW_LEN16(*c)); in adap_init1()
3424 FW_LEN16(caps_cmd)); in adap_init0_config()
3440 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd)); in adap_init0_config()
3465 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd)); in adap_init0_config()
3884 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd)); in adap_init0()
Dcxgb4.h475 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16) macro
Dt4fw_api.h744 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16) macro
Dcxgb4_debugfs.c1795 ldst_cmd.cycles_to_len16 = htonl(FW_LEN16(ldst_cmd)); in mps_tcam_show()
/drivers/scsi/csiostor/
Dcsio_hw.c1727 FW_LEN16(*caps_cmd)); in csio_hw_use_fwconfig()
1746 caps_cmd->cfvalid_to_len16 = htonl(FW_LEN16(*caps_cmd)); in csio_hw_use_fwconfig()
1770 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()