Searched refs:send_rrq (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 992 rrq->send_rrq = 0; in lpfc_clr_rrq_active() 1021 LIST_HEAD(send_rrq); in lpfc_handle_rrq_active() 1029 list_move(&rrq->list, &send_rrq); in lpfc_handle_rrq_active() 1037 list_for_each_entry_safe(rrq, nextrrq, &send_rrq, list) { in lpfc_handle_rrq_active() 1039 if (!rrq->send_rrq) { in lpfc_handle_rrq_active() 1166 uint16_t xritag, uint16_t rxid, uint16_t send_rrq) in lpfc_set_rrq_active() argument 1199 xritag, rxid, ndlp->nlp_DID, send_rrq); in lpfc_set_rrq_active() 1203 rrq->send_rrq = send_rrq; in lpfc_set_rrq_active() 1205 rrq->send_rrq = 0; in lpfc_set_rrq_active() 1226 xritag, rxid, ndlp->nlp_DID, send_rrq); in lpfc_set_rrq_active()
|