/drivers/scsi/csiostor/ |
D | t4fw_api_stor.h | 139 __be16 iqid; member 166 __be16 iqid; member 186 __be16 iqid; member 211 __be16 iqid; member 237 __be16 iqid; member 263 __be16 iqid; member 291 __be16 iqid; member 357 __be16 iqid; member
|
D | csio_wr.h | 121 uint16_t iqid; member 215 uint16_t iqid; member 354 uint16_t iqid; /* Queue ID */ member 463 #define csio_q_iqid(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->un.iq.iqid)
|
D | csio_mb.c | 585 cmdp->iqid |= htons(iq_params->iqid); in csio_mb_iq_write() 671 iq_params->iqid = ntohs(rsp->iqid); in csio_mb_iq_alloc_write_rsp() 675 iq_params->physiqid = iq_params->iqid = in csio_mb_iq_alloc_write_rsp() 710 cmdp->iqid = htons(iq_params->iqid); in csio_mb_iq_free() 797 FW_EQ_OFLD_CMD_IQID(eq_ofld_params->iqid)); in csio_mb_eq_ofld_write() 979 uint32_t mb_tmo, uint32_t fcfi, uint32_t vnpi, uint16_t iqid, in csio_fcoe_vnp_alloc_init_mb() argument 998 cmdp->iqid = htons(iqid); in csio_fcoe_vnp_alloc_init_mb()
|
D | csio_wr.c | 96 csio_wr_sge_intr_enable(struct csio_hw *hw, uint16_t iqid) in csio_wr_sge_intr_enable() argument 99 INGRESSQID(iqid) | in csio_wr_sge_intr_enable() 359 csio_q_iqid(hw, iq_idx) = iqp.iqid; in csio_wr_iq_create_rsp() 365 iq_id = iqp.iqid - hw->wrm.fw_iq_start; in csio_wr_iq_create_rsp() 372 CSIO_MAX_IQ, iq_id, iqp.iqid, hw->wrm.fw_iq_start); in csio_wr_iq_create_rsp() 578 eqp.iqid = csio_q_iqid(hw, iq_idx); in csio_wr_eq_create() 650 iqp.iqid = csio_q_iqid(hw, iq_idx); in csio_wr_iq_destroy()
|
D | csio_scsi.c | 240 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx)); in csio_scsi_init_cmd_wr() 399 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx)); in csio_scsi_init_read_wr() 452 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx)); in csio_scsi_init_write_wr() 683 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx)); in csio_scsi_init_abrt_cls_wr()
|
D | csio_lnode.c | 1681 wr->iqid = cpu_to_be16(csio_q_physiqid( in csio_ln_prep_ecwr()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 810 unsigned int iqid); 812 struct net_device *dev, unsigned int iqid, 815 struct net_device *dev, unsigned int iqid); 980 unsigned int vf, unsigned int iqtype, unsigned int iqid,
|
D | sge.c | 2142 iq->cntxt_id = ntohs(c.iqid); in t4_sge_alloc_rxq() 2211 unsigned int iqid) in t4_sge_alloc_eth_txq() argument 2238 FW_EQ_ETH_CMD_IQID(iqid)); in t4_sge_alloc_eth_txq() 2264 struct net_device *dev, unsigned int iqid, in t4_sge_alloc_ctrl_txq() argument 2292 FW_EQ_CTRL_CMD_IQID(iqid)); in t4_sge_alloc_ctrl_txq() 2317 struct net_device *dev, unsigned int iqid) in t4_sge_alloc_ofld_txq() argument 2344 FW_EQ_OFLD_CMD_IQID(iqid)); in t4_sge_alloc_ofld_txq()
|
D | t4_hw.c | 3473 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_free() argument 3484 c.iqid = htons(iqid); in t4_iq_free()
|
D | t4fw_api.h | 1081 __be16 iqid; member
|
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 1269 unsigned int iqid, unsigned int fl0id, unsigned int fl1id) in t4vf_iq_free() argument 1282 cmd.iqid = cpu_to_be16(iqid); in t4vf_iq_free()
|
D | sge.c | 2159 rspq->cntxt_id = be16_to_cpu(rpl.iqid); in t4vf_sge_alloc_rxq() 2213 unsigned int iqid) in t4vf_sge_alloc_eth_txq() argument 2255 FW_EQ_ETH_CMD_IQID(iqid)); in t4vf_sge_alloc_eth_txq()
|
/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 62 res->u.cq.iqid = cpu_to_be32(cq->cqid); in destroy_cq() 132 res->u.cq.iqid = cpu_to_be32(cq->cqid); in create_cq()
|
D | t4fw_ri_api.h | 289 __be32 iqid; member
|