Searched defs:iqid (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h227 uint16_t iqid; /* iq that gets egr_update for the eq */ member in struct:sge_eq
H A Dt4_sge.c79 uint8_t tx_chan, uint16_t iqid);
428 int rc = 0, i, intr_idx, j, iqid; local
528 uint16_t iqid; local
530 iqid = port_intr_iq(pi, j)->cntxt_id;
531 init_eq(&txq->eq, EQ_ETH, p->qsize_txq, pi->tx_chan, iqid);
539 uint16_t iqid; local
541 iqid = port_intr_iq(pi, j)->cntxt_id;
543 iqid);
554 iqid = port_intr_iq(pi, 0)->cntxt_id;
555 init_eq(&ctrlq->eq, EQ_CTRL, CTRL_EQ_QSIZE, pi->tx_chan, iqid);
1073 init_eq(struct sge_eq *eq, uint16_t eqtype, uint16_t qsize, uint8_t tx_chan, uint16_t iqid) argument
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4666 * @iqid: ingress queue id
4674 unsigned int pf, unsigned int vf, unsigned int iqid, unsigned int fl0id,
4685 c.iqid = htons(iqid);
4698 * @iqid: ingress queue id
4706 unsigned int vf, unsigned int iqtype, unsigned int iqid, unsigned int fl0id,
4717 c.iqid = htons(iqid);
4673 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
4705 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
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h1171 __be32 iqid; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_cq
1832 __be16 iqid; member in struct:fw_rdev_wr::rdev_entry::fcoe_rdev_entry
1859 __be16 iqid; member in struct:fw_rdev_wr::rdev_entry::iscsi_rdev_entry
2261 __be16 iqid; member in struct:fw_fcoe_els_ct_wr
2344 __be16 iqid; member in struct:fw_scsi_write_wr
2404 __be16 iqid; member in struct:fw_scsi_read_wr
2464 __be16 iqid; member in struct:fw_scsi_cmd_wr
2523 __be16 iqid; member in struct:fw_scsi_abrt_cls_wr
2584 __be16 iqid; member in struct:fw_scsi_tgt_acc_wr
2644 __be16 iqid; member in struct:fw_scsi_tgt_xmit_wr
2705 __be16 iqid; member in struct:fw_scsi_tgt_rsp_wr
3627 __be16 iqid; member in struct:fw_iq_cmd
6846 __be16 iqid; member in struct:fw_fcoe_vnp_cmd
[all...]

Completed in 115 milliseconds