Searched refs:CNIC_LCL_FL_L2_WAIT (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic.c2963 if (test_bit(CNIC_LCL_FL_L2_WAIT, &cp->cnic_local_flags))
2973 clear_bit(CNIC_LCL_FL_L2_WAIT, &cp->cnic_local_flags);
5204 set_bit(CNIC_LCL_FL_L2_WAIT, &cp->cnic_local_flags);
5225 while (test_bit(CNIC_LCL_FL_L2_WAIT, &cp->cnic_local_flags) &&
5229 if (test_bit(CNIC_LCL_FL_L2_WAIT, &cp->cnic_local_flags))
5259 set_bit(CNIC_LCL_FL_L2_WAIT, &cp->cnic_local_flags);
5266 while (test_bit(CNIC_LCL_FL_L2_WAIT, &cp->cnic_local_flags) &&
5270 if (test_bit(CNIC_LCL_FL_L2_WAIT, &cp->cnic_local_flags))
H A Dcnic.h221 #define CNIC_LCL_FL_L2_WAIT 0x1 macro

Completed in 236 milliseconds