Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c290 vi_cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_VI_CMD) | in t4vf_port_init()
380 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_PARAMS_CMD) | in t4vf_query_params()
418 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_PARAMS_CMD) | in t4vf_set_params()
650 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_PFVF_CMD) | in t4vf_get_vfres()
895 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_VI_CMD) | in t4vf_alloc_vi()
925 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_VI_CMD) | in t4vf_free_vi()
1302 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_IQ_CMD) | in t4vf_iq_free()
1328 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_EQ_ETH_CMD) | in t4vf_eth_eq_free()
Dsge.c2090 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_IQ_CMD) | in t4vf_sge_alloc_rxq()
2253 cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_EQ_ETH_CMD) | in t4vf_sge_alloc_eth_txq()
/drivers/scsi/csiostor/
Dcsio_mb.c205 cmdp->op_to_vfn = htonl(FW_CMD_OP(FW_PARAMS_CMD) | in csio_mb_params()
446 cmdp->op_to_vfn = htonl(FW_CMD_OP(FW_IQ_CMD) | in csio_mb_iq_alloc()
502 cmdp->op_to_vfn |= htonl(FW_CMD_OP(FW_IQ_CMD) | in csio_mb_iq_write()
625 cmdp->op_to_vfn = htonl(FW_CMD_OP(FW_IQ_CMD) | in csio_mb_iq_free()
660 cmdp->op_to_vfn = htonl(FW_CMD_OP(FW_EQ_OFLD_CMD) | in csio_mb_eq_ofld_alloc()
707 cmdp->op_to_vfn |= htonl(FW_CMD_OP(FW_EQ_OFLD_CMD) | in csio_mb_eq_ofld_write()
810 cmdp->op_to_vfn = htonl(FW_CMD_OP(FW_EQ_OFLD_CMD) | in csio_mb_eq_ofld_free()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h1015 __be32 op_to_vfn; member
1027 __be32 op_to_vfn; member
1085 __be32 op_to_vfn; member
1186 __be32 op_to_vfn; member
1234 __be32 op_to_vfn; member
1277 __be32 op_to_vfn; member
1327 __be32 op_to_vfn; member
1537 __be32 op_to_vfn; member
1556 __be32 op_to_vfn; member
Dt4_hw.c3253 c.op_to_vfn = htonl(FW_CMD_OP(FW_PARAMS_CMD) | FW_CMD_REQUEST | in t4_query_params()
3293 c.op_to_vfn = cpu_to_be32(FW_CMD_OP(FW_PARAMS_CMD) | in t4_set_params_nosleep()
3331 c.op_to_vfn = htonl(FW_CMD_OP(FW_PARAMS_CMD) | FW_CMD_REQUEST | in t4_set_params()
3373 c.op_to_vfn = htonl(FW_CMD_OP(FW_PFVF_CMD) | FW_CMD_REQUEST | in t4_cfg_pfvf()
3415 c.op_to_vfn = htonl(FW_CMD_OP(FW_VI_CMD) | FW_CMD_REQUEST | in t4_alloc_vi()
3716 c.op_to_vfn = htonl(FW_CMD_OP(FW_IQ_CMD) | FW_CMD_REQUEST | in t4_iq_free()
3743 c.op_to_vfn = htonl(FW_CMD_OP(FW_EQ_ETH_CMD) | FW_CMD_REQUEST | in t4_eth_eq_free()
3767 c.op_to_vfn = htonl(FW_CMD_OP(FW_EQ_CTRL_CMD) | FW_CMD_REQUEST | in t4_ctrl_eq_free()
3791 c.op_to_vfn = htonl(FW_CMD_OP(FW_EQ_OFLD_CMD) | FW_CMD_REQUEST | in t4_ofld_eq_free()
Dsge.c2300 c.op_to_vfn = htonl(FW_CMD_OP(FW_IQ_CMD) | FW_CMD_REQUEST | in t4_sge_alloc_rxq()
2426 c.op_to_vfn = htonl(FW_CMD_OP(FW_EQ_ETH_CMD) | FW_CMD_REQUEST | in t4_sge_alloc_eth_txq()
2479 c.op_to_vfn = htonl(FW_CMD_OP(FW_EQ_CTRL_CMD) | FW_CMD_REQUEST | in t4_sge_alloc_ctrl_txq()
2533 c.op_to_vfn = htonl(FW_CMD_OP(FW_EQ_OFLD_CMD) | FW_CMD_REQUEST | in t4_sge_alloc_ofld_txq()