Searched refs:qtype (Results 51 - 56 of 56) sorted by relevance

123

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h1875 enum t4_bar2_qtype qtype,
H A Dsge.c4331 * @qtype: the SGE Queue Type (Egress or Ingress)
4342 enum t4_bar2_qtype qtype,
4348 ret = t4_bar2_sge_qregs(adapter, qid, qtype, 0,
4340 bar2_address(struct adapter *adapter, unsigned int qid, enum t4_bar2_qtype qtype, unsigned int *pbar2_qid) argument
H A Dcxgb4_main.c2353 enum cxgb4_bar2_qtype qtype,
2360 (qtype == CXGB4_BAR2_QTYPE_EGRESS
2351 cxgb4_bar2_sge_qregs(struct net_device *dev, unsigned int qid, enum cxgb4_bar2_qtype qtype, int user, u64 *pbar2_qoffset, unsigned int *pbar2_qid) argument
H A Dt4_hw.c9231 * @qtype: the Ingress or Egress type for @qid
9238 * pointers. @qtype should be T4_BAR2_QTYPE_EGRESS for Egress Queue
9255 enum t4_bar2_qtype qtype,
9275 qpp_shift = (qtype == T4_BAR2_QTYPE_EGRESS
9253 t4_bar2_sge_qregs(struct adapter *adapter, unsigned int qid, enum t4_bar2_qtype qtype, int user, u64 *pbar2_qoffset, unsigned int *pbar2_qid) argument
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dqp.c178 enum cxgb4_bar2_qtype qtype,
184 ret = cxgb4_bar2_sge_qregs(rdev->lldi.ports[0], qid, qtype,
177 c4iw_bar2_addrs(struct c4iw_rdev *rdev, unsigned int qid, enum cxgb4_bar2_qtype qtype, unsigned int *pbar2_qid, u64 *pbar2_pa) argument
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c10951 int qidx, uint32_t qtype)
10965 (qtype == LPFC_MBOX) ? LPFC_MCQ : LPFC_WCQ, qtype);
10973 if (qtype != LPFC_MBOX) {
10983 rc = lpfc_wq_create(phba, wq, cq, qtype);
10949 lpfc_create_wq_cq(struct lpfc_hba *phba, struct lpfc_queue *eq, struct lpfc_queue *cq, struct lpfc_queue *wq, uint16_t *cq_map, int qidx, uint32_t qtype) argument

Completed in 332 milliseconds

123