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

/freebsd-10.2-release/sys/dev/bge/
H A Dif_bge.c2944 bus_size_t rxmaxsegsz, sbsz, txsegsz, txmaxsegsz; local
3054 txmaxsegsz = 65535 + sizeof(struct ether_vlan_header);
3057 txmaxsegsz = MCLBYTES * BGE_NSEG_NEW;
3061 txmaxsegsz, BGE_NSEG_NEW, txsegsz, 0, NULL, NULL,

Completed in 14 milliseconds