Symbol: ib_queue_t
sys/dev/smartpqi/smartpqi_cmd.c
34
pqisrc_submit_cmnd(pqisrc_softstate_t *softs, ib_queue_t *ib_q, void *req)
sys/dev/smartpqi/smartpqi_discovery.c
415
ib_queue_t *ib_q = &softs->op_raid_ib_q[PQI_DEFAULT_IB_QUEUE];
sys/dev/smartpqi/smartpqi_event.c
254
ib_queue_t *op_ib_q = &softs->op_raid_ib_q[PQI_DEFAULT_IB_QUEUE];
sys/dev/smartpqi/smartpqi_event.c
305
ib_queue_t *op_ib_q = &softs->op_raid_ib_q[0];
sys/dev/smartpqi/smartpqi_event.c
67
ib_queue_t *ib_q = &softs->op_raid_ib_q[0];
sys/dev/smartpqi/smartpqi_ioctl.c
255
ib_queue_t *ib_q = &softs->op_raid_ib_q[PQI_DEFAULT_IB_QUEUE];
sys/dev/smartpqi/smartpqi_ioctl.c
447
ib_queue_t *ib_q = &softs->op_raid_ib_q[PQI_DEFAULT_IB_QUEUE];
sys/dev/smartpqi/smartpqi_prototypes.h
239
int pqisrc_change_op_ibq_queue_prop(pqisrc_softstate_t *, ib_queue_t const *,
sys/dev/smartpqi/smartpqi_prototypes.h
242
int pqisrc_create_op_ibq(pqisrc_softstate_t *, ib_queue_t *);
sys/dev/smartpqi/smartpqi_prototypes.h
243
int pqisrc_create_op_aio_ibq(pqisrc_softstate_t *, ib_queue_t *);
sys/dev/smartpqi/smartpqi_prototypes.h
244
int pqisrc_create_op_raid_ibq(pqisrc_softstate_t *, ib_queue_t *);
sys/dev/smartpqi/smartpqi_prototypes.h
63
int pqisrc_allocate_and_init_inbound_q(pqisrc_softstate_t *, ib_queue_t *,
sys/dev/smartpqi/smartpqi_prototypes.h
69
int pqisrc_submit_cmnd(pqisrc_softstate_t *,ib_queue_t *,void *);
sys/dev/smartpqi/smartpqi_queue.c
149
pqisrc_allocate_and_init_inbound_q(pqisrc_softstate_t *softs, ib_queue_t *ib_q, char *tag)
sys/dev/smartpqi/smartpqi_queue.c
291
ib_queue_t *admin_ib_q = &softs->admin_ib_queue;
sys/dev/smartpqi/smartpqi_queue.c
40
ib_queue_t *ib_q = &softs->admin_ib_queue;
sys/dev/smartpqi/smartpqi_queue.c
535
ib_queue_t *op_ib_q = NULL;
sys/dev/smartpqi/smartpqi_queue.c
633
ib_queue_t const *op_ib_q, uint32_t prop)
sys/dev/smartpqi/smartpqi_queue.c
704
ib_queue_t *op_ib_q)
sys/dev/smartpqi/smartpqi_queue.c
746
ib_queue_t *op_aio_ib_q)
sys/dev/smartpqi/smartpqi_queue.c
766
ib_queue_t *op_raid_ib_q)
sys/dev/smartpqi/smartpqi_queue.c
840
ib_queue_t *op_ib_q = NULL;
sys/dev/smartpqi/smartpqi_request.c
1900
ib_queue_t *op_ib_q = NULL;
sys/dev/smartpqi/smartpqi_request.c
1977
ib_queue_t *op_ib_q = NULL;
sys/dev/smartpqi/smartpqi_request.c
988
ib_queue_t *ib_q_array = softs->op_aio_ib_q;
sys/dev/smartpqi/smartpqi_request.c
989
ib_queue_t *ib_q = NULL;
sys/dev/smartpqi/smartpqi_structures.h
1244
ib_queue_t *req_q;
sys/dev/smartpqi/smartpqi_structures.h
1315
ib_queue_t admin_ib_queue;
sys/dev/smartpqi/smartpqi_structures.h
1319
ib_queue_t op_raid_ib_q[PQISRC_MAX_SUPPORTED_OP_RAID_IB_Q];
sys/dev/smartpqi/smartpqi_structures.h
1320
ib_queue_t op_aio_ib_q[PQISRC_MAX_SUPPORTED_OP_AIO_IB_Q];