Lines Matching refs:queue

22 #include <sys/queue.h>
1147 * t4_read_cimq_cfg - read CIM queue configuration
1149 * @base: holds the queue base addresses in bytes
1150 * @size: holds the queue sizes in bytes
1151 * @thres: holds the queue full thresholds in bytes
1179 * t4_read_cim_ibq - read the contents of a CIM inbound queue
1181 * @qid: the queue index
1182 * @data: where to store the queue contents
1185 * Reads the contents of the selected CIM queue starting at address 0 up
1217 * t4_read_cim_obq - read the contents of a CIM outbound queue
1219 * @qid: the queue index
1220 * @data: where to store the queue contents
1223 * Reads the contents of the selected CIM queue starting at address 0 up
1775 CH_ERR(adapter, "SGE error for queue %u", G_ERROR_QID(err));
1964 { F_REQQPARERR, "LE request queue parity error", -1, 1 },
2358 * @rspq: values for the "response queue" (Ingress Queue) lookup table
2481 * @defq: id of the default RSS queue for the VI.
2515 * Reads the contents of the RSS hash->queue mapping table.
3692 * @qid: ingress queue to receive the delete notification
4660 * t4_iq_start_stop - enable/disable an ingress queue and its FLs
4666 * @iqid: ingress queue id
4667 * @fl0id: FL0 queue id or 0xffff if no attached FL0
4668 * @fl1id: FL1 queue id or 0xffff if no attached FL1
4670 * Starts or stops an ingress queue and its associated FLs, if any.
4692 * t4_iq_free - free an ingress queue and its FLs
4697 * @iqtype: the ingress queue type (FW_IQ_TYPE_FL_INT_CAP, etc.)
4698 * @iqid: ingress queue id
4699 * @fl0id: FL0 queue id or 0xffff if no attached FL0
4700 * @fl1id: FL1 queue id or 0xffff if no attached FL1
4702 * Frees an ingress queue and its associated FLs, if any.
4724 * t4_eth_eq_free - free an Ethernet egress queue
4727 * @pf: the PF owning the queue
4728 * @vf: the VF owning the queue
4729 * @eqid: egress queue id
4731 * Frees an Ethernet egress queue.
4749 * t4_ctrl_eq_free - free a control egress queue
4752 * @pf: the PF owning the queue
4753 * @vf: the VF owning the queue
4754 * @eqid: egress queue id
4756 * Frees a control egress queue.
4774 * t4_ofld_eq_free - free an offload egress queue
4777 * @pf: the PF owning the queue
4778 * @vf: the VF owning the queue
4779 * @eqid: egress queue id
4781 * Frees a control egress queue.