Searched refs:queue_end (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00queue.h | 486 * queue_end - Return pointer to the last queue (HELPER MACRO). 493 #define queue_end(__dev) \ macro 514 * moving past the end of the list. (See macros &queue_end and 541 queue_loop(__entry, (__dev)->rx, queue_end(__dev)) 563 queue_loop(__entry, (__dev)->tx, queue_end(__dev))
|
H A D | rt2x00usb.c | 620 (queue != queue_end(rt2x00dev))) { in rt2x00usb_find_endpoints()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00queue.h | 486 * queue_end - Return pointer to the last queue (HELPER MACRO). 493 #define queue_end(__dev) \ macro 514 * moving past the end of the list. (See macros &queue_end and 541 queue_loop(__entry, (__dev)->rx, queue_end(__dev)) 563 queue_loop(__entry, (__dev)->tx, queue_end(__dev))
|
H A D | rt2x00usb.c | 620 (queue != queue_end(rt2x00dev))) { in rt2x00usb_find_endpoints()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | qp.c | 453 static int build_isgl(__be64 *queue_start, __be64 *queue_end, in build_isgl() argument 462 if ((__be64 *)isglp == queue_end) in build_isgl() 473 if (++flitp == queue_end) in build_isgl() 476 if (++flitp == queue_end) in build_isgl()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | qp.c | 453 static int build_isgl(__be64 *queue_start, __be64 *queue_end, in build_isgl() argument 462 if ((__be64 *)isglp == queue_end) in build_isgl() 473 if (++flitp == queue_end) in build_isgl() 476 if (++flitp == queue_end) in build_isgl()
|
Completed in 17 milliseconds