Searched refs:queue_depth (Results 1 – 3 of 3) sorted by relevance
328 int queue_depth; in vector_enqueue() local334 queue_depth = atomic_read(&qi->queue_depth); in vector_enqueue()339 if (queue_depth < qi->max_depth) { in vector_enqueue()358 return queue_depth; in vector_enqueue()367 return queue_depth; in vector_enqueue()664 int i, queue_depth; in prep_queue_for_rx() local666 queue_depth = atomic_read(&qi->queue_depth); in prep_queue_for_rx()668 if (queue_depth == 0) in prep_queue_for_rx()687 atomic_set(&qi->queue_depth, 0); in prep_queue_for_rx()1045 int queue_depth = 0; in vector_net_start_xmit() local[all …]
48 atomic_t queue_depth; member
866 ubd_dev->tag_set.queue_depth = 64; in ubd_add()
Completed in 14 milliseconds