Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c291 vi_cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_VI_CMD) | in t4vf_port_init()
312 port_cmd.op_to_portid = cpu_to_be32(FW_CMD_OP(FW_PORT_CMD) | in t4vf_port_init()
351 cmd.op_to_write = cpu_to_be32(FW_CMD_OP(FW_RESET_CMD) | in t4vf_fw_reset()
379 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_PARAMS_CMD) | in t4vf_query_params()
417 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_PARAMS_CMD) | in t4vf_set_params()
547 cmd.op_to_write = cpu_to_be32(FW_CMD_OP(FW_RSS_GLB_CONFIG_CMD) | in t4vf_get_rss_glb_config()
623 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_PFVF_CMD) | in t4vf_get_vfres()
671 cmd.op_to_viid = cpu_to_be32(FW_CMD_OP(FW_RSS_VI_CONFIG_CMD) | in t4vf_read_rss_vi_config()
721 cmd.op_to_viid = cpu_to_be32(FW_CMD_OP(FW_RSS_VI_CONFIG_CMD) | in t4vf_write_rss_vi_config()
779 cmd.op_to_viid = cpu_to_be32(FW_CMD_OP(FW_RSS_IND_TBL_CMD) | in t4vf_config_rss_range()
[all …]
Dsge.c2076 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_IQ_CMD) | in t4vf_sge_alloc_rxq()
2238 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_EQ_ETH_CMD) | in t4vf_sge_alloc_eth_txq()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c833 c.op_to_portid = htonl(FW_CMD_OP(FW_PORT_CMD) | FW_CMD_REQUEST | in t4_link_start()
863 c.op_to_portid = htonl(FW_CMD_OP(FW_PORT_CMD) | FW_CMD_REQUEST | in t4_restart_aneg()
1580 cmd.op_to_viid = htonl(FW_CMD_OP(FW_RSS_IND_TBL_CMD) | in t4_config_rss_range()
1635 c.op_to_write = htonl(FW_CMD_OP(FW_RSS_GLB_CONFIG_CMD) | in t4_config_glbl_rss()
1984 (var).op_to_write = htonl(FW_CMD_OP(FW_##cmd##_CMD) | \
2007 c.op_to_addrspace = htonl(FW_CMD_OP(FW_LDST_CMD) | FW_CMD_REQUEST | in t4_mdio_rd()
2037 c.op_to_addrspace = htonl(FW_CMD_OP(FW_LDST_CMD) | FW_CMD_REQUEST | in t4_mdio_wr()
2157 c.op_to_vfn = htonl(FW_CMD_OP(FW_PARAMS_CMD) | FW_CMD_REQUEST | in t4_query_params()
2195 c.op_to_vfn = htonl(FW_CMD_OP(FW_PARAMS_CMD) | FW_CMD_REQUEST | in t4_set_params()
2237 c.op_to_vfn = htonl(FW_CMD_OP(FW_PFVF_CMD) | FW_CMD_REQUEST | in t4_cfg_pfvf()
[all …]
Dsge.c1992 c.op_to_vfn = htonl(FW_CMD_OP(FW_IQ_CMD) | FW_CMD_REQUEST | in t4_sge_alloc_rxq()
2106 c.op_to_vfn = htonl(FW_CMD_OP(FW_EQ_ETH_CMD) | FW_CMD_REQUEST | in t4_sge_alloc_eth_txq()
2157 c.op_to_vfn = htonl(FW_CMD_OP(FW_EQ_CTRL_CMD) | FW_CMD_REQUEST | in t4_sge_alloc_ctrl_txq()
2210 c.op_to_vfn = htonl(FW_CMD_OP(FW_EQ_OFLD_CMD) | FW_CMD_REQUEST | in t4_sge_alloc_ofld_txq()
Dt4fw_api.h209 #define FW_CMD_OP(x) ((x) << 24) macro
Dcxgb4_main.c2897 c->op_to_write = htonl(FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in adap_init1()
2914 c->op_to_write = htonl(FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in adap_init1()