Searched refs:FARP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_els.c | 3384 FARP *fp; in lpfc_issue_els_farpr() 3391 cmdsize = (sizeof(uint32_t) + sizeof(FARP)); in lpfc_issue_els_farpr() 3421 fp = (FARP *) (pcmd); in lpfc_issue_els_farpr() 3422 memset(fp, 0, sizeof(FARP)); in lpfc_issue_els_farpr() 7755 * (FARP) Request IOCB received as an ELS unsolicited event. Currently, 7756 * the lpfc driver only supports matching on WWPN or WWNN for FARP. As such, 7758 * Match Flag in the FARP request IOCB: if FARP_MATCH_PORT flag is set, the 7763 * FARP request IOCB Response Flag, the lpfc_issue_els_farpr() routine is 7764 * invoked to send out FARP Response to the remote node. Before sending the 7765 * FARP Respons [all...] |
H A D | lpfc_hw.h | 851 #define FARP_NO_ACTION 0 /* FARP information enclosed, no 863 #define FARP_REQUEST_FARPR 0x2 /* Request for FARP Response */ 870 } FARP; typedef 1042 FARP farp; /* Payload for FARP/ACC */
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_els.c | 3683 FARP *fp; in lpfc_issue_els_farpr() 3690 cmdsize = (sizeof(uint32_t) + sizeof(FARP)); in lpfc_issue_els_farpr() 3711 fp = (FARP *) (pcmd); in lpfc_issue_els_farpr() 3712 memset(fp, 0, sizeof(FARP)); in lpfc_issue_els_farpr() 9150 * (FARP) Request IOCB received as an ELS unsolicited event. Currently, 9151 * the lpfc driver only supports matching on WWPN or WWNN for FARP. As such, 9153 * Match Flag in the FARP request IOCB: if FARP_MATCH_PORT flag is set, the 9158 * FARP request IOCB Response Flag, the lpfc_issue_els_farpr() routine is 9159 * invoked to send out FARP Response to the remote node. Before sending the 9160 * FARP Respons [all...] |
H A D | lpfc_hw.h | 860 #define FARP_NO_ACTION 0 /* FARP information enclosed, no 872 #define FARP_REQUEST_FARPR 0x2 /* Request for FARP Response */ 879 } FARP; typedef 1051 FARP farp; /* Payload for FARP/ACC */
|
Completed in 41 milliseconds