Searched refs:if_getcapenable2 (Results 1 – 7 of 7) sorted by relevance
1057 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()
601 int if_getcapenable2(const if_t ifp);
2290 drv_ioctl_data->reqcap2 = if_getcapenable2(ifp); in geneve_ioctl()
4163 if_getcapenable2(const if_t ifp) in if_getcapenable2() function
3620 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()
271 all_caps[1] = (uint32_t)if_getcapenable2(ifp); in dump_iface_caps()
3141 mask2 = ifr_nv->reqcap2 ^ if_getcapenable2(ifp); in cxgbe_ioctl()