Searched refs:descs_to_sgllen (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c395 * descs_to_sgllen: # of SGL entries that can fit into the given # of tx descs.
407 static int descs_to_sgllen[TX_MAX_DESC + 1] = {0, 8, 17, 26, 35}; variable
510 sgl = sglist_alloc(descs_to_sgllen[wr_avail], M_NOWAIT);

Completed in 88 milliseconds