Searched refs:if_getcapenable2 (Results 1 – 5 of 5) sorted by relevance
993 if ((if_getcapenable2(ifp) & IFCAP2_BIT(IFCAP2_RXTLS6)) == 0) { in ktls_alloc_rcv_tag()998 if ((if_getcapenable2(ifp) & IFCAP2_BIT(IFCAP2_RXTLS4)) == 0) { in ktls_alloc_rcv_tag()1635 if ((if_getcapenable2(ifp) & IFCAP2_RXTLS6) == 0) in ktls_reset_receive_tag()1638 if ((if_getcapenable2(ifp) & IFCAP2_RXTLS4) == 0) in ktls_reset_receive_tag()
566 int if_getcapenable2(const if_t ifp);
4300 if_getcapenable2(const if_t ifp) in if_getcapenable2() function
269 all_caps[1] = (uint32_t)if_getcapenable2(ifp); in dump_iface_caps()
3498 drv_ioctl_data->reqcap2 = if_getcapenable2(ifp); in mlx5e_ioctl()3640 mask = drv_ioctl_data->reqcap2 ^ if_getcapenable2(ifp); in mlx5e_ioctl()