HomeSort by: relevance | last modified time | path
    Searched defs:igc_get_buf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/igc/
if_igc.c 209 static int igc_get_buf(struct rx_ring *, int, bool);
2034 if (igc_get_buf(rxr, id, false)) {
2052 if (igc_get_buf(rxr, id, true)) {
2573 igc_get_buf(struct rx_ring *rxr, int id, bool strict) function in typeref:typename:int
if_igc.c 209 static int igc_get_buf(struct rx_ring *, int, bool);
2034 if (igc_get_buf(rxr, id, false)) {
2052 if (igc_get_buf(rxr, id, true)) {
2573 igc_get_buf(struct rx_ring *rxr, int id, bool strict) function in typeref:typename:int
if_igc.c 209 static int igc_get_buf(struct rx_ring *, int, bool);
2034 if (igc_get_buf(rxr, id, false)) {
2052 if (igc_get_buf(rxr, id, true)) {
2573 igc_get_buf(struct rx_ring *rxr, int id, bool strict) function in typeref:typename:int

Completed in 39 milliseconds