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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dlibfcoe.h47 * @FIP_ST_AUTO: determining whether to use FIP or non-FIP mode.
59 FIP_ST_AUTO, enumerator in enum:fip_state
74 #define FIP_MODE_AUTO FIP_ST_AUTO
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dlibfcoe.c95 [FIP_ST_AUTO] = "AUTO",
321 if (fip->state == FIP_ST_NON_FIP || fip->state == FIP_ST_AUTO) {
584 if (fip->state == FIP_ST_AUTO) {
1291 if (state == FIP_ST_AUTO) {
1530 if (fip->state != FIP_ST_AUTO && fip->state != FIP_ST_NON_FIP) {
1558 if (fip->state == FIP_ST_AUTO || fip->state == FIP_ST_NON_FIP) {
1561 if (fip->state == FIP_ST_AUTO)

Completed in 118 milliseconds