Searched refs:send_rrq (Results 1 – 2 of 2) sorted by relevance
/drivers/scsi/lpfc/ |
D | lpfc_disc.h | 148 uint16_t send_rrq; member
|
D | lpfc_sli.c | 860 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()
|