Searched refs:iqid (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_smt.h51 uint32_t iqid; /* iqid for reply to write_sme */ member in struct:smt_entry
H A Dt4_l2t.h64 uint32_t iqid; /* iqid for reply to write_l2e */ member in struct:l2t_entry
H A Dt4_l2t.c173 V_SYNC_WR(sync) | V_TID_QID(e->iqid)));
206 e->iqid = sc->sge.fwq.abs_id;
H A Dt4_smt.c175 V_TID_QID(e->iqid)));
214 e->iqid = sc->sge.fwq.abs_id;
H A Dt4_sge.c1153 * Allocate rx queues first because a default iqid is required when
2725 uint8_t tx_chan, uint16_t iqid, char *name)
2731 eq->iqid = iqid;
2906 iq->cntxt_id = be16toh(c.iqid);
3454 c.cmpliqid_eqid = htonl(V_FW_EQ_CTRL_CMD_CMPLIQID(eq->iqid));
3459 F_FW_EQ_CTRL_CMD_FETCHRO | V_FW_EQ_CTRL_CMD_IQID(eq->iqid));
3505 V_FW_EQ_ETH_CMD_IQID(eq->iqid));
3550 F_FW_EQ_OFLD_CMD_FETCHRO | V_FW_EQ_OFLD_CMD_IQID(eq->iqid));
4643 V_ULP_TXPKT_DEST(0) | V_ULP_TXPKT_FID(eq->iqid));
2724 init_eq(struct adapter *sc, struct sge_eq *eq, int eqtype, int qsize, uint8_t tx_chan, uint16_t iqid, char *name) argument
[all...]
H A Dadapter.h453 uint16_t iqid; /* iq that gets egr_update for the eq */ member in struct:sge_eq
H A Dt4_netmap.c153 nm_rxq->iq_cntxt_id = be16toh(c.iqid);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c390 e->iqid = sc->sge.ofld_rxq[pi->vi[0].first_ofld_rxq].iq.abs_id;
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h795 unsigned int vf, unsigned int iqtype, unsigned int iqid,
798 unsigned int vf, unsigned int iqtype, unsigned int iqid,
H A Dt4_hw.c8236 * @iqid: ingress queue id
8245 unsigned int vf, unsigned int iqtype, unsigned int iqid,
8256 c.iqid = cpu_to_be16(iqid);
8269 * @iqid: ingress queue id
8276 unsigned int vf, unsigned int iqtype, unsigned int iqid,
8287 c.iqid = cpu_to_be16(iqid);
8244 t4_iq_stop(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) argument
8275 t4_iq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) argument
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c78 res->u.cq.iqid = cpu_to_be32(cq->cqid);
149 res->u.cq.iqid = cpu_to_be32(cq->cqid);
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4fw_ri_api.h289 __be32 iqid; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_cq
H A Dt4fw_api.h1336 __be16 iqid; member in struct:fw_iq_cmd
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1554 __be32 iqid; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_cq
2348 __be16 iqid; member in struct:fw_rdev_wr::rdev_entry::fcoe_rdev_entry
2375 __be16 iqid; member in struct:fw_rdev_wr::rdev_entry::iscsi_rdev_entry
3177 __be16 iqid; member in struct:fw_fcoe_els_ct_wr
3257 __be16 iqid; member in struct:fw_scsi_write_wr
3317 __be16 iqid; member in struct:fw_scsi_read_wr
3377 __be16 iqid; member in struct:fw_scsi_cmd_wr
3436 __be16 iqid; member in struct:fw_scsi_abrt_cls_wr
3497 __be16 iqid; member in struct:fw_scsi_tgt_acc_wr
3557 __be16 iqid; member in struct:fw_scsi_tgt_xmit_wr
3618 __be16 iqid; member in struct:fw_scsi_tgt_rsp_wr
3682 __be16 iqid; member in struct:fw_pofcoe_tcb_wr
5141 __be16 iqid; member in struct:fw_iq_cmd
8948 __be16 iqid; member in struct:fw_fcoe_vnp_cmd
[all...]

Completed in 492 milliseconds