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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_els.c2424 FARP *fp;
2432 cmdsize = (sizeof(uint32_t) + sizeof(FARP));
2464 fp = (FARP *) (pcmd);
2465 memset(fp, 0, sizeof(FARP));
5041 * (FARP) Request IOCB received as an ELS unsolicited event. Currently,
5042 * the lpfc driver only supports matching on WWPN or WWNN for FARP. As such,
5044 * Match Flag in the FARP request IOCB: if FARP_MATCH_PORT flag is set, the
5049 * FARP request IOCB Response Flag, the lpfc_issue_els_farpr() routine is
5050 * invoked to send out FARP Response to the remote node. Before sending the
5051 * FARP Respons
[all...]
H A Dlpfc_hw.h775 #define FARP_NO_ACTION 0 /* FARP information enclosed, no
787 #define FARP_REQUEST_FARPR 0x2 /* Request for FARP Response */
794 } FARP; typedef in typeref:struct:_FARP
923 FARP farp; /* Payload for FARP/ACC */

Completed in 80 milliseconds