Searched refs:if_getcapenable (Results 1 – 5 of 5) sorted by relevance
506 if ((if_getcapenable(sc->ifp) & IFCAP_RXCSUM) != 0) { in gen_enable_offload()517 if ((if_getcapenable(sc->ifp) & (IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6)) != in gen_enable_offload()1028 if ((if_getcapenable(sc->ifp) & (IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6)) != in gen_encap()1297 if ((if_getcapenable(ifp) & IFCAP_RXCSUM) != 0) { in gen_rxintr()1519 enable = if_getcapenable(ifp); in gen_ioctl()
562 if ((if_getcapenable(sc->ifp) & IFCAP_POLLING) == 0) in awg_init_dma()1148 mask = ifr->ifr_reqcap ^ if_getcapenable(ifp); in awg_ioctl()1174 if ((if_getcapenable(ifp) & IFCAP_TXCSUM) != 0) in awg_ioctl()1235 if ((if_getcapenable(ifp) & IFCAP_RXCSUM) != 0 && in awg_rxintr()
704 int if_getcapenable(if_t ifp);
2441 if (if_getcapenable(ifp) & IFCAP_TXCSUM) in iflib_init_locked()2443 if (if_getcapenable(ifp) & IFCAP_TXCSUM_IPV6) in iflib_init_locked()2445 if (if_getcapenable(ifp) & IFCAP_TSO4) in iflib_init_locked()2447 if (if_getcapenable(ifp) & IFCAP_TSO6) in iflib_init_locked()2964 lro_enabled = (if_getcapenable(ifp) & IFCAP_LRO); in iflib_rxeof()3895 if ((if_getcapenable(ifp) & IFCAP_NETMAP) && in _task_fn_tx()4357 oldmask = if_getcapenable(ifp); in iflib_if_ioctl()
4114 if_getcapenable(if_t ifp) in if_getcapenable() function