Home
last modified time | relevance | path

Searched refs:if_getcapenable2 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/kern/
H A Duipc_ktls.c1057 if ((if_getcapenable2(ifp) & IFCAP2_BIT(IFCAP2_RXTLS6)) == 0) { in ktls_alloc_rcv_tag()
1062 if ((if_getcapenable2(ifp) & IFCAP2_BIT(IFCAP2_RXTLS4)) == 0) { in ktls_alloc_rcv_tag()
1702 if ((if_getcapenable2(ifp) & IFCAP2_RXTLS6) == 0) in ktls_reset_receive_tag()
1705 if ((if_getcapenable2(ifp) & IFCAP2_RXTLS4) == 0) in ktls_reset_receive_tag()
/freebsd/sys/net/
H A Dif_var.h601 int if_getcapenable2(const if_t ifp);
H A Dif_geneve.c2290 drv_ioctl_data->reqcap2 = if_getcapenable2(ifp); in geneve_ioctl()
H A Dif.c4163 if_getcapenable2(const if_t ifp) in if_getcapenable2() function
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3620 drv_ioctl_data->reqcap2 = if_getcapenable2(ifp); in mlx5e_ioctl()
3760 mask = drv_ioctl_data->reqcap2 ^ if_getcapenable2(ifp); in mlx5e_ioctl()
3767 bool was_enabled = (if_getcapenable2(ifp) & in mlx5e_ioctl()
4784 if ((if_getcapenable2(ifp) & IFCAP2_BIT(IFCAP2_IPSEC_OFFLOAD)) != 0) { in mlx5e_create_ifp()
/freebsd/sys/netlink/route/
H A Diface.c271 all_caps[1] = (uint32_t)if_getcapenable2(ifp); in dump_iface_caps()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3141 mask2 = ifr_nv->reqcap2 ^ if_getcapenable2(ifp); in cxgbe_ioctl()