Searched defs:queue_full (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-op-mode.h123 * @queue_full: notifies that a HW queue is full.
157 void (*queue_full)(struct iwl_op_mode *op_mode, int queue); member in struct:iwl_op_mode_ops
200 op_mode->ops->queue_full(op_mode, queue);
/drivers/s390/crypto/
H A Dap_bus.h56 * @queue_full: Is 1 if the queue is full
69 unsigned int queue_full : 1; member in struct:ap_queue_status
/drivers/scsi/
H A Dadvansys.c2361 ADV_SCSI_BIT_ID_TYPE queue_full; /* Queue full mask */ member in struct:asc_board
3447 if (boardp->queue_full & ADV_TID_TO_TIDMASK(i))
6864 boardp->queue_full |= target_id;

Completed in 119 milliseconds