Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/e1000/
HDif_igb.c300 static int igb_buf_ring_size = IGB_BR_SIZE; variable
302 &igb_buf_ring_size, 0, "Size of the bufring");
3440 txr->br = buf_ring_alloc(igb_buf_ring_size, M_DEVBUF, in igb_allocate_queues()