/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 413 struct sge_iq *iq = NULL; in port_intr_iq() local 559 t4_intr_rx_work(struct sge_iq *iq) in t4_intr_rx_work() 582 struct sge_iq *iq = (struct sge_iq *)arg2; in t4_intr() local 628 struct sge_iq *iq = &rxq->iq; in t4_ring_rx() local 740 service_iq(struct sge_iq *iq, int budget) in service_iq() 1036 init_iq(struct sge_iq *iq, struct adapter *sc, int tmr_idx, int8_t pktc_idx, in init_iq() 1098 alloc_iq_fl(struct port_info *pi, struct sge_iq *iq, struct sge_fl *fl, in alloc_iq_fl() 1276 free_iq_fl(struct port_info *pi, struct sge_iq *iq, struct sge_fl *fl) in free_iq_fl() 1813 is_new_response(const struct sge_iq *iq, struct rsp_ctrl **ctrl) in is_new_response() 1825 iq_next(struct sge_iq *iq) in iq_next() [all …]
|
H A D | adapter.h | 364 struct sge_iq iq; /* MUST be first */ member 558 #define IQ_LOCK(iq) mutex_enter(&(iq)->lock) argument 559 #define IQ_UNLOCK(iq) mutex_exit(&(iq)->lock) argument 560 #define IQ_LOCK_ASSERT_OWNED(iq) ASSERT(mutex_owned(&(iq)->lock)) argument 561 #define IQ_LOCK_ASSERT_NOTOWNED(iq) ASSERT(!mutex_owned(&(iq)->lock)) argument 715 iq_to_rxq(struct sge_iq *iq) in iq_to_rxq()
|
H A D | t4_mac.c | 855 struct sge_iq *iq; in t4_ring_intr_enable() local 874 struct sge_iq *iq; in t4_ring_intr_disable() local
|
H A D | t4_nexus.c | 2668 struct sge_iq *iq; in enable_port_queues() local 2776 cpl_not_handled(struct sge_iq *iq, const struct rss_header *rss, mblk_t *m) in cpl_not_handled()
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | __rem_pio2m.c | 169 int jz, jx, jv, jp, jk, carry, n, iq[20]; in __rem_pio2m() local
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_sata.c | 627 uint32_t iq, htag, status; in pmcs_run_sata_cmd() local
|
H A D | pmcs_scsa.c | 1847 uint32_t iq, lhtag, *ptr; in pmcs_SAS_run() local 2363 uint32_t *ptr, lhtag, iq, nblk, i, mtype; in pmcs_SATA_run() local
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_inode.c | 2075 struct ud_inode *iq; in ud_add_to_free_list() local 2122 struct ud_inode *iq; in ud_remove_from_free_list() local
|
/illumos-gate/usr/src/uts/common/sys/rsm/ |
H A D | rsmpi.h | 667 #define RSM_SENDQ_CONFIG(controller, iq, pri, qdepth, flags, callback, arg) \ argument 671 #define RSM_SENDQ_DESTROY(controller, iq) \ argument 674 #define RSM_SEND(controller, iq, is, barrier) \ argument
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_inode.c | 672 struct inode *iq; in ufs_iinactive() local
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_map.c | 819 int i, n, rnq, iq, r, ret = LDAP_SUCCESS; in mapToLDAP() local
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_iomb.h | 731 #define GET_IO_IQ_ENTRY(pwp, msg, did, iq) \ argument
|