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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.c28 return (adap->params.offload);
H A Dcommon.h262 unsigned int offload; member in struct:adapter_params
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Doffload.h154 __u8 offload; member in struct:offload_settings
H A Dt4_nexus.c603 * will be 0 if offload is disabled.
629 * Skip over the offload queues if they aren't taking
1333 /* query offload-related parameters */
1353 sc->params.offload = 1;
1699 * as offload).
1714 * offload rxq's.
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c93 unsigned int len, unsigned int offload);
750 * When checksum offload is enabled, we start the DMA at a 2 byte offset so
803 t1_sge_rx(pesge *sge, struct freelQ *Q, unsigned int len, unsigned int offload) argument
837 * free list, if the pause is on and we're not in offload
843 if ((offload == 0) && adapter->pause_on) {
869 if (offload == 0) {
895 * if not offload (tunneled pkt), & hardward padded, then
899 if (!offload && sge->rx_pkt_pad)
914 if (likely(offload)) {
940 if (unlikely(offload)) {
[all...]

Completed in 81 milliseconds