Searched refs:send_rrq (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 991 rrq->send_rrq = 0; in lpfc_clr_rrq_active() 1020 LIST_HEAD(send_rrq); in lpfc_handle_rrq_active() 1028 list_move(&rrq->list, &send_rrq); in lpfc_handle_rrq_active() 1036 list_for_each_entry_safe(rrq, nextrrq, &send_rrq, list) { in lpfc_handle_rrq_active() 1038 if (!rrq->send_rrq) { in lpfc_handle_rrq_active() 1165 uint16_t xritag, uint16_t rxid, uint16_t send_rrq) in lpfc_set_rrq_active() argument 1198 xritag, rxid, ndlp->nlp_DID, send_rrq); in lpfc_set_rrq_active() 1202 rrq->send_rrq = send_rrq; in lpfc_set_rrq_active() 1204 rrq->send_rrq = 0; in lpfc_set_rrq_active() 1225 xritag, rxid, ndlp->nlp_DID, send_rrq); in lpfc_set_rrq_active()
|