Searched refs:send_rrq (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_disc.h | 125 uint16_t send_rrq; member
|
D | lpfc_sli.c | 658 rrq->send_rrq = 0; in lpfc_clr_rrq_active() 687 LIST_HEAD(send_rrq); in lpfc_handle_rrq_active() 695 list_move(&rrq->list, &send_rrq); in lpfc_handle_rrq_active() 703 list_for_each_entry_safe(rrq, nextrrq, &send_rrq, list) { in lpfc_handle_rrq_active() 705 if (!rrq->send_rrq) in lpfc_handle_rrq_active() 827 uint16_t xritag, uint16_t rxid, uint16_t send_rrq) in lpfc_set_rrq_active() argument 866 xritag, rxid, ndlp->nlp_DID, send_rrq); in lpfc_set_rrq_active() 870 rrq->send_rrq = send_rrq; in lpfc_set_rrq_active() 872 rrq->send_rrq = 0; in lpfc_set_rrq_active() 893 xritag, rxid, ndlp->nlp_DID, send_rrq); in lpfc_set_rrq_active()
|