Searched refs:send_rrq (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_disc.h | 175 uint16_t send_rrq; member
|
H A D | lpfc_sli.c | 996 rrq->send_rrq = 0; in lpfc_clr_rrq_active() 1025 LIST_HEAD(send_rrq); in lpfc_handle_rrq_active() 1033 list_move(&rrq->list, &send_rrq); in lpfc_handle_rrq_active() 1041 list_for_each_entry_safe(rrq, nextrrq, &send_rrq, list) { in lpfc_handle_rrq_active() 1043 if (!rrq->send_rrq) { in lpfc_handle_rrq_active() 1170 uint16_t xritag, uint16_t rxid, uint16_t send_rrq) in lpfc_set_rrq_active() argument 1203 xritag, rxid, ndlp->nlp_DID, send_rrq); in lpfc_set_rrq_active() 1207 rrq->send_rrq = send_rrq; in lpfc_set_rrq_active() 1209 rrq->send_rrq = 0; in lpfc_set_rrq_active() 1229 xritag, rxid, ndlp->nlp_DID, send_rrq); in lpfc_set_rrq_active()
|