Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c297 vi_cmd.alloc_to_len16 = cpu_to_be32(FW_LEN16(vi_cmd)); in t4vf_port_init()
321 FW_LEN16(port_cmd)); in t4vf_port_init()
352 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_fw_reset()
714 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_get_rss_glb_config()
790 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_get_vfres()
839 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_read_rss_vi_config()
889 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_write_rss_vi_config()
947 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4vf_config_rss_range()
1036 cmd.alloc_to_len16 = cpu_to_be32(FW_LEN16(cmd) | in t4vf_alloc_vi()
1065 cmd.alloc_to_len16 = cpu_to_be32(FW_LEN16(cmd) | in t4vf_free_vi()
[all …]
Dt4vf_common.h71 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16) macro
Dsge.c2247 FW_LEN16(cmd)); in t4vf_sge_alloc_rxq()
2431 FW_LEN16(cmd)); in t4vf_sge_alloc_eth_txq()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c589 ldst_cmd.cycles_to_len16 = cpu_to_be32(FW_LEN16(ldst_cmd)); in t4_read_pcie_cfg4()
3481 c.retval_len16 = cpu_to_be32(FW_LEN16(c)); in t4_fwcache()
3595 FW_LEN16(c)); in t4_link_l1cfg()
3628 FW_LEN16(c)); in t4_restart_aneg()
4475 cmd.retval_len16 = cpu_to_be32(FW_LEN16(cmd)); in t4_config_rss_range()
4529 c.retval_len16 = cpu_to_be32(FW_LEN16(c)); in t4_config_glbl_rss()
4561 c.retval_len16 = cpu_to_be32(FW_LEN16(c)); in t4_config_vi_rss()
4626 c.cycles_to_len16 = cpu_to_be32(FW_LEN16(c)); in t4_fw_tp_pio_rw()
5526 (var).retval_len16 = cpu_to_be32(FW_LEN16(var)); \
5541 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.c2472 FW_LEN16(c)); in t4_sge_alloc_rxq()
2662 FW_EQ_ETH_CMD_EQSTART_F | FW_LEN16(c)); in t4_sge_alloc_eth_txq()
2717 FW_EQ_CTRL_CMD_EQSTART_F | FW_LEN16(c)); in t4_sge_alloc_ctrl_txq()
2772 FW_EQ_OFLD_CMD_EQSTART_F | FW_LEN16(c)); in t4_sge_alloc_ofld_txq()
Dcxgb4_main.c3144 c->cfvalid_to_len16 = htonl(FW_LEN16(*c)); in adap_init1()
3543 FW_LEN16(caps_cmd)); in adap_init0_config()
3559 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd)); in adap_init0_config()
3584 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd)); in adap_init0_config()
3990 caps_cmd.cfvalid_to_len16 = htonl(FW_LEN16(caps_cmd)); in adap_init0()
Dcxgb4.h397 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16) macro
Dt4fw_api.h732 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16) macro
Dcxgb4_debugfs.c1639 ldst_cmd.cycles_to_len16 = htonl(FW_LEN16(ldst_cmd)); in mps_tcam_show()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_hw.c1716 FW_LEN16(*caps_cmd)); in csio_hw_use_fwconfig()
1735 caps_cmd->cfvalid_to_len16 = htonl(FW_LEN16(*caps_cmd)); in csio_hw_use_fwconfig()
1759 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()