[go: nahoru, domu]

Searched refs:IGB_VF_FLAG_CTS (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/intel/igb/
H A Digb.h107 #define IGB_VF_FLAG_CTS 0x00000001 /* VF is clear to send data */ macro
H A Digb_main.c5624 if (adapter->vf_data[i].flags & IGB_VF_FLAG_CTS)
6020 adapter->vf_data[vf].flags |= IGB_VF_FLAG_CTS;
6049 if (!(vf_data->flags & IGB_VF_FLAG_CTS) &&
6069 vf_data->flags &= ~IGB_VF_FLAG_CTS;
6087 if (!(vf_data->flags & IGB_VF_FLAG_CTS)) {

Completed in 29 milliseconds