Searched refs:disable_tx (Results 1 – 3 of 3) sorted by relevance
54 void (*disable_tx)(struct NetDeviceImpl *impl); member
471 if (ndImpl != NULL && ndImpl->interFace != NULL && ndImpl->interFace->disable_tx != NULL) { in NetIfDisableTx()472 ndImpl->interFace->disable_tx(ndImpl); in NetIfDisableTx()
443 .disable_tx = NetDevDisableTx,