Searched refs:pool_allocate (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ipwireless/ |
H A D | hardware.c | 555 static struct ipw_rx_packet *pool_allocate(struct ipw_hardware *hw, in pool_allocate() function 647 (*assem) = pool_allocate(hw, *assem, length); in queue_received_packet() 671 packet = pool_allocate(hw, NULL, length); in queue_received_packet()
|
/kernel/linux/linux-6.6/drivers/tty/ipwireless/ |
H A D | hardware.c | 555 static struct ipw_rx_packet *pool_allocate(struct ipw_hardware *hw, in pool_allocate() function 647 (*assem) = pool_allocate(hw, *assem, length); in queue_received_packet() 671 packet = pool_allocate(hw, NULL, length); in queue_received_packet()
|
Completed in 5 milliseconds