Searched refs:if_getcapenable2 (Results 1 – 5 of 5) sorted by relevance
1070 if ((if_getcapenable2(ifp) & IFCAP2_BIT(IFCAP2_RXTLS6)) == 0) { in ktls_alloc_rcv_tag()1075 if ((if_getcapenable2(ifp) & IFCAP2_BIT(IFCAP2_RXTLS4)) == 0) { in ktls_alloc_rcv_tag()1712 if ((if_getcapenable2(ifp) & IFCAP2_RXTLS6) == 0) in ktls_reset_receive_tag()1715 if ((if_getcapenable2(ifp) & IFCAP2_RXTLS4) == 0) in ktls_reset_receive_tag()
583 int if_getcapenable2(const if_t ifp);
4295 if_getcapenable2(const if_t ifp) in if_getcapenable2() function
3602 drv_ioctl_data->reqcap2 = if_getcapenable2(ifp); in mlx5e_ioctl()3742 mask = drv_ioctl_data->reqcap2 ^ if_getcapenable2(ifp); in mlx5e_ioctl()3749 bool was_enabled = (if_getcapenable2(ifp) & in mlx5e_ioctl()4749 if ((if_getcapenable2(ifp) & IFCAP2_BIT(IFCAP2_IPSEC_OFFLOAD)) != 0) { in mlx5e_create_ifp()
269 all_caps[1] = (uint32_t)if_getcapenable2(ifp); in dump_iface_caps()