Home
last modified time | relevance | path

Searched refs:num_alloc (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/bcmdhd/include/
Dbcm_mpool_pub.h113 uint16 num_alloc; /* Number of objects currently allocated */ member
/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c1755 u16 num_alloc = 0; in atl1c_alloc_rx_buffer() local
1795 num_alloc++; in atl1c_alloc_rx_buffer()
1798 if (num_alloc) { in atl1c_alloc_rx_buffer()
1806 return num_alloc; in atl1c_alloc_rx_buffer()
/drivers/net/ethernet/atheros/atlx/
Datl1.c1859 u16 num_alloc = 0; in atl1_alloc_rx_buffers() local
1904 num_alloc++; in atl1_alloc_rx_buffers()
1907 if (num_alloc) { in atl1_alloc_rx_buffers()
1917 return num_alloc; in atl1_alloc_rx_buffers()