| /linux/drivers/scsi/qedf/ |
| H A D | qedf_els.c | 240 struct fc_els_rrq rrq; in qedf_send_rrq() local 298 memset(&rrq, 0, sizeof(rrq)); in qedf_send_rrq() 310 rrq.rrq_cmd = ELS_RRQ; in qedf_send_rrq() 311 hton24(rrq.rrq_s_id, sid); in qedf_send_rrq() 312 rrq.rrq_ox_id = htons(aborted_io_req->xid); in qedf_send_rrq() 313 rrq.rrq_rx_id = in qedf_send_rrq() 316 rc = qedf_initiate_els(fcport, ELS_RRQ, &rrq, sizeof(rrq), in qedf_send_rrq()
|
| /linux/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_els.c | 63 struct fc_els_rrq rrq; in bnx2fc_send_rrq() local 81 memset(&rrq, 0, sizeof(rrq)); in bnx2fc_send_rrq() 92 rrq.rrq_cmd = ELS_RRQ; in bnx2fc_send_rrq() 93 hton24(rrq.rrq_s_id, sid); in bnx2fc_send_rrq() 94 rrq.rrq_ox_id = htons(aborted_io_req->xid); in bnx2fc_send_rrq() 95 rrq.rrq_rx_id = htons(aborted_io_req->task->rxwr_txrd.var_ctx.rx_id); in bnx2fc_send_rrq() 98 rc = bnx2fc_initiate_els(tgt, ELS_RRQ, &rrq, sizeof(rrq), in bnx2fc_send_rrq()
|
| /linux/drivers/scsi/aacraid/ |
| H A D | comminit.c | 130 init->r8.rrq[i].host_addr_high = cpu_to_le32( in aac_alloc_comm() 132 init->r8.rrq[i].host_addr_low = cpu_to_le32( in aac_alloc_comm() 134 init->r8.rrq[i].msix_id = i; in aac_alloc_comm() 135 init->r8.rrq[i].element_count = cpu_to_le16( in aac_alloc_comm() 137 init->r8.rrq[i].comp_thresh = in aac_alloc_comm() 138 init->r8.rrq[i].unused = 0; in aac_alloc_comm()
|
| H A D | aacraid.h | 870 } rrq[] __counted_by_le(rr_queue_count); /* up to 64 RRQ addresses */ member
|
| /linux/drivers/s390/char/ |
| H A D | con3270.c | 673 struct raw3270_request *rrq = (struct raw3270_request *)data; in tty3270_read_tasklet() local 675 struct tty3270 *tp = container_of(rrq->view, struct tty3270, view); in tty3270_read_tasklet() 691 len = tty3270_input_size(tp->view.cols) - 6 - rrq->rescnt; in tty3270_read_tasklet() 725 raw3270_request_reset(rrq); in tty3270_read_tasklet() 726 xchg(&tp->read, rrq); in tty3270_read_tasklet() 747 struct raw3270_request *rrq; in tty3270_issue_read() local 750 rrq = xchg(&tp->read, NULL); in tty3270_issue_read() 751 if (!rrq) in tty3270_issue_read() 754 rrq->callback = tty3270_read_callback; in tty3270_issue_read() 755 rrq->callback_data = tp; in tty3270_issue_read() [all …]
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_exch.c | 2246 struct fc_els_rrq *rrq; in fc_exch_rrq() local 2252 fp = fc_frame_alloc(lport, sizeof(*rrq)); in fc_exch_rrq() 2256 rrq = fc_frame_payload_get(fp, sizeof(*rrq)); in fc_exch_rrq() 2257 memset(rrq, 0, sizeof(*rrq)); in fc_exch_rrq() 2258 rrq->rrq_cmd = ELS_RRQ; in fc_exch_rrq() 2259 hton24(rrq->rrq_s_id, ep->sid); in fc_exch_rrq() 2260 rrq->rrq_ox_id = htons(ep->oxid); in fc_exch_rrq() 2261 rrq->rrq_rx_id = htons(ep->rxid); in fc_exch_rrq()
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_h323_main.c | 1325 unsigned char **data, RegistrationRequest *rrq) in process_rrq() argument 1334 rrq->callSignalAddress.item, in process_rrq() 1335 rrq->callSignalAddress.count); in process_rrq() 1343 rrq->rasAddress.item, in process_rrq() 1344 rrq->rasAddress.count); in process_rrq() 1349 if (rrq->options & eRegistrationRequest_timeToLive) { in process_rrq() 1350 pr_debug("nf_ct_ras: RRQ TTL = %u seconds\n", rrq->timeToLive); in process_rrq() 1351 info->timeout = rrq->timeToLive; in process_rrq()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 979 struct lpfc_node_rrq *rrq) in lpfc_clr_rrq_active() argument 984 if (rrq->vport) in lpfc_clr_rrq_active() 985 ndlp = lpfc_findnode_did(rrq->vport, rrq->nlp_DID); in lpfc_clr_rrq_active() 991 rrq->send_rrq = 0; in lpfc_clr_rrq_active() 992 rrq->xritag = 0; in lpfc_clr_rrq_active() 993 rrq->rrq_stop_time = 0; in lpfc_clr_rrq_active() 996 mempool_free(rrq, phba->rrq_pool); in lpfc_clr_rrq_active() 1016 struct lpfc_node_rrq *rrq; in lpfc_handle_rrq_active() local 1025 list_for_each_entry_safe(rrq, nextrrq, in lpfc_handle_rrq_active() 1027 if (time_after(jiffies, rrq->rrq_stop_time)) in lpfc_handle_rrq_active() [all …]
|
| H A D | lpfc_sli.h | 136 struct lpfc_node_rrq *rrq; member
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_fcbuild.h | 125 struct fc_rrq_s rrq; member
|