Home
last modified time | relevance | path

Searched refs:send_rrq (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/lpfc/
Dlpfc_disc.h148 uint16_t send_rrq; member
Dlpfc_sli.c860 rrq->send_rrq = 0; in lpfc_clr_rrq_active()
889 LIST_HEAD(send_rrq); in lpfc_handle_rrq_active()
897 list_move(&rrq->list, &send_rrq); in lpfc_handle_rrq_active()
905 list_for_each_entry_safe(rrq, nextrrq, &send_rrq, list) { in lpfc_handle_rrq_active()
907 if (!rrq->send_rrq) { in lpfc_handle_rrq_active()
1029 uint16_t xritag, uint16_t rxid, uint16_t send_rrq) in lpfc_set_rrq_active() argument
1068 xritag, rxid, ndlp->nlp_DID, send_rrq); in lpfc_set_rrq_active()
1072 rrq->send_rrq = send_rrq; in lpfc_set_rrq_active()
1074 rrq->send_rrq = 0; in lpfc_set_rrq_active()
1095 xritag, rxid, ndlp->nlp_DID, send_rrq); in lpfc_set_rrq_active()