Searched refs:send_rrq (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_disc.h | 150 uint16_t send_rrq; member
|
| H A D | lpfc_sli.c | 877 rrq->send_rrq = 0; in lpfc_clr_rrq_active() 906 LIST_HEAD(send_rrq); in lpfc_handle_rrq_active() 914 list_move(&rrq->list, &send_rrq); in lpfc_handle_rrq_active() 922 list_for_each_entry_safe(rrq, nextrrq, &send_rrq, list) { in lpfc_handle_rrq_active() 924 if (!rrq->send_rrq) { in lpfc_handle_rrq_active() 1046 uint16_t xritag, uint16_t rxid, uint16_t send_rrq) in lpfc_set_rrq_active() argument 1085 xritag, rxid, ndlp->nlp_DID, send_rrq); in lpfc_set_rrq_active() 1089 rrq->send_rrq = send_rrq; in lpfc_set_rrq_active() 1091 rrq->send_rrq = 0; in lpfc_set_rrq_active() 1112 xritag, rxid, ndlp->nlp_DID, send_rrq); in lpfc_set_rrq_active()
|