Home
last modified time | relevance | path

Searched refs:CNIC_LCL_FL_STOP_ISCSI (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.h223 #define CNIC_LCL_FL_STOP_ISCSI 0x4 macro
H A Dcnic.c3282 set_bit(CNIC_LCL_FL_STOP_ISCSI, &cp->cnic_local_flags); in cnic_ctl()
4273 if (test_and_clear_bit(CNIC_LCL_FL_STOP_ISCSI, &cp->cnic_local_flags)) { in cnic_delete_task()