Searched refs:if_drv_flags (Results 1 – 8 of 8) sorted by relevance
798 if (p->ifp->if_drv_flags & IFF_DRV_RUNNING) in cxgb_port_detach()1230 ifp->if_drv_flags |= IFF_DRV_RUNNING; in cxgb_init_locked()1231 ifp->if_drv_flags &= ~IFF_DRV_OACTIVE; in cxgb_init_locked()1257 ifp->if_drv_flags &= ~(IFF_DRV_RUNNING | IFF_DRV_OACTIVE); in cxgb_stop_locked()1286 if (ifp->if_drv_flags & IFF_DRV_RUNNING) { in cxgb_set_mtu()1318 if (!(ifp->if_drv_flags & IFF_DRV_RUNNING)) in cxgb_ioctl()1334 if (ifp->if_drv_flags & IFF_DRV_RUNNING) { in cxgb_ioctl()1342 } else if (ifp->if_drv_flags & IFF_DRV_RUNNING) in cxgb_ioctl()1345 if (ifp->if_drv_flags & IFF_DRV_RUNNING) { in cxgb_ioctl()1440 ifp->if_drv_flags |= IFF_DRV_OACTIVE; in cxgb_start_tx()[all …]
126 #define if_drv_flags if_flags macro
789 if (p && p->ifp->if_drv_flags & IFF_DRV_OACTIVE && in sge_txq_reclaim_()792 p->ifp->if_drv_flags &= ~IFF_DRV_OACTIVE; in sge_txq_reclaim_()
73 ifp->if_drv_flags |= IFF_DRV_RUNNING; in ixgbe_reinit_fdir()
174 return (ifp->if_drv_flags & IFF_DRV_RUNNING ? 0 : 1); in ixgbe_netmap_reg()
464 if (ifp->if_drv_flags & IFF_DRV_RUNNING) { in ath_ratectl()
72 ifnet.if_drv_flags. Device drivers are now responsible for73 synchronizing access to these flags, as they are in if_drv_flags. This
82 ((_ic)->ic_ifp->if_drv_flags & IFF_DRV_RUNNING))