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

/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_sge.c970 int rc = 0, i, j, intr_idx, iqid; local
1109 iqid = port_intr_iq(pi, j)->cntxt_id;
1112 init_eq(&txq->eq, EQ_ETH, pi->qsize_txq, pi->tx_chan, iqid,
1126 iqid = port_intr_iq(pi, j)->cntxt_id;
1130 iqid, name);
1146 iqid = pi->first_nm_rxq + (j % pi->nnmrxq);
1147 rc = alloc_nm_txq(pi, nm_txq, iqid, i, oid);
1160 iqid = port_intr_iq(pi, 0)->cntxt_id;
1162 init_eq(&ctrlq->eq, EQ_CTRL, CTRL_EQ_QSIZE, pi->tx_chan, iqid, name);
2504 uint16_t iqid, cha
2503 init_eq(struct sge_eq *eq, int eqtype, int qsize, uint8_t tx_chan, uint16_t iqid, char *name) argument
[all...]
H A Dadapter.h393 uint16_t iqid; /* iq that gets egr_update for the eq */ member in struct:sge_eq
H A Dt4_netmap.c315 nm_rxq->iq_cntxt_id = be16toh(c.iqid);
/freebsd-10.2-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c77 res->u.cq.iqid = cpu_to_be32(cq->cqid);
148 res->u.cq.iqid = cpu_to_be32(cq->cqid);
/freebsd-10.2-release/sys/dev/cxgbe/common/
H A Dcommon.h600 unsigned int pf, unsigned int vf, unsigned int iqid,
603 unsigned int vf, unsigned int iqtype, unsigned int iqid,
H A Dt4_hw.c5277 * @iqid: ingress queue id
5284 unsigned int pf, unsigned int vf, unsigned int iqid,
5295 c.iqid = htons(iqid);
5308 * @iqid: ingress queue id
5315 unsigned int vf, unsigned int iqtype, unsigned int iqid,
5326 c.iqid = htons(iqid);
5283 t4_iq_start_stop(struct adapter *adap, unsigned int mbox, bool start, unsigned int pf, unsigned int vf, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) argument
5314 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-10.2-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1364 __be32 iqid; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_cq
2044 __be16 iqid; member in struct:fw_rdev_wr::rdev_entry::fcoe_rdev_entry
2071 __be16 iqid; member in struct:fw_rdev_wr::rdev_entry::iscsi_rdev_entry
2474 __be16 iqid; member in struct:fw_fcoe_els_ct_wr
2554 __be16 iqid; member in struct:fw_scsi_write_wr
2614 __be16 iqid; member in struct:fw_scsi_read_wr
2674 __be16 iqid; member in struct:fw_scsi_cmd_wr
2733 __be16 iqid; member in struct:fw_scsi_abrt_cls_wr
2794 __be16 iqid; member in struct:fw_scsi_tgt_acc_wr
2854 __be16 iqid; member in struct:fw_scsi_tgt_xmit_wr
2915 __be16 iqid; member in struct:fw_scsi_tgt_rsp_wr
2979 __be16 iqid; member in struct:fw_pofcoe_tcb_wr
3935 __be16 iqid; member in struct:fw_iq_cmd
7285 __be16 iqid; member in struct:fw_fcoe_vnp_cmd
[all...]

Completed in 191 milliseconds