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

/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.h112 u_int ddp_threshold; member in struct:cxgbei_data
H A Dcxgbei.c246 ci->ddp_threshold = 2048;
247 SYSCTL_ADD_UINT(&ci->ctx, children, OID_AUTO, "ddp_threshold",
248 CTLFLAG_RW, &ci->ddp_threshold, 0, "Rx zero copy threshold");
H A Dicl_cxgbei.c810 csio->dxfer_len < ci->ddp_threshold) {
913 if (xferlen - first_burst < ci->ddp_threshold) {

Completed in 113 milliseconds