/linux/drivers/net/wireless/intersil/hostap/ |
A D | hostap_ioctl.c | 332 if (rrq->fixed) { in prism2_ioctl_siwrate() 399 rrq->fixed = 0; in prism2_ioctl_giwrate() 401 rrq->fixed = 1; in prism2_ioctl_giwrate() 1305 rrq->disabled = 0; in prism2_ioctl_giwpower() 1350 if (rrq->disabled) in prism2_ioctl_siwretry() 1420 rrq->disabled = 0; in prism2_ioctl_giwretry() 1569 if (rrq->fixed) in prism2_ioctl_siwtxpow() 1589 rrq->disabled = 0; in prism2_ioctl_giwtxpow() 1590 rrq->fixed = 0; in prism2_ioctl_giwtxpow() 1602 rrq->value = 0; in prism2_ioctl_giwtxpow() [all …]
|
/linux/drivers/s390/char/ |
A D | con3270.c | 298 struct raw3270_request *rrq; in con3270_read_tasklet() local 303 rrq = (struct raw3270_request *)data; in con3270_read_tasklet() 304 cp = (struct con3270 *) rrq->view; in con3270_read_tasklet() 351 raw3270_request_reset(rrq); in con3270_read_tasklet() 352 xchg(&cp->read, rrq); in con3270_read_tasklet() 373 struct raw3270_request *rrq; in con3270_issue_read() local 376 rrq = xchg(&cp->read, 0); in con3270_issue_read() 377 if (!rrq) in con3270_issue_read() 380 rrq->callback = con3270_read_callback; in con3270_issue_read() 381 rrq->callback_data = cp; in con3270_issue_read() [all …]
|
A D | tty3270.c | 580 len = tp->input->len - 6 - rrq->rescnt; in tty3270_read_tasklet() 609 raw3270_request_reset(rrq); in tty3270_read_tasklet() 610 xchg(&tp->read, rrq); in tty3270_read_tasklet() 632 struct raw3270_request *rrq; in tty3270_issue_read() local 635 rrq = xchg(&tp->read, 0); in tty3270_issue_read() 636 if (!rrq) in tty3270_issue_read() 639 rrq->callback = tty3270_read_callback; in tty3270_issue_read() 640 rrq->callback_data = tp; in tty3270_issue_read() 645 rc = raw3270_start(&tp->view, rrq); in tty3270_issue_read() 649 raw3270_request_reset(rrq); in tty3270_issue_read() [all …]
|
/linux/drivers/net/wireless/zydas/ |
A D | zd1201.c | 1243 switch (rrq->value) { in zd1201_set_rate() 1282 rrq->value = 1000000; in zd1201_get_rate() 1285 rrq->value = 2000000; in zd1201_get_rate() 1288 rrq->value = 5500000; in zd1201_get_rate() 1294 rrq->value = 0; in zd1201_get_rate() 1296 rrq->fixed = 0; in zd1201_get_rate() 1297 rrq->disabled = 0; in zd1201_get_rate() 1629 rrq->value = hostauth; in zd1201_get_hostauth() 1630 rrq->fixed = 1; in zd1201_get_hostauth() 1675 rrq->value = maxassoc; in zd1201_get_maxassoc() [all …]
|
/linux/drivers/scsi/qedf/ |
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/ |
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/ |
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()
|
A D | aacraid.h | 875 } rrq[1]; /* up to 64 RRQ addresses */ member
|
/linux/drivers/net/wireless/intersil/orinoco/ |
A D | wext.c | 543 struct iw_param *rrq, in orinoco_ioctl_setrate() argument 554 if (rrq->value == -1) in orinoco_ioctl_setrate() 557 if (rrq->value % 100000) in orinoco_ioctl_setrate() 559 bitrate = rrq->value / 100000; in orinoco_ioctl_setrate() 562 ratemode = orinoco_get_bitratemode(bitrate, !rrq->fixed); in orinoco_ioctl_setrate() 577 struct iw_param *rrq, in orinoco_ioctl_getrate() argument 604 rrq->value = bitrate; in orinoco_ioctl_getrate() 605 rrq->fixed = !automatic; in orinoco_ioctl_getrate() 606 rrq->disabled = 0; in orinoco_ioctl_getrate()
|
/linux/drivers/scsi/libfc/ |
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/ |
A D | nf_conntrack_h323_main.c | 1367 unsigned char **data, RegistrationRequest *rrq) in process_rrq() argument 1376 rrq->callSignalAddress.item, in process_rrq() 1377 rrq->callSignalAddress.count); in process_rrq() 1385 rrq->rasAddress.item, in process_rrq() 1386 rrq->rasAddress.count); in process_rrq() 1391 if (rrq->options & eRegistrationRequest_timeToLive) { in process_rrq() 1392 pr_debug("nf_ct_ras: RRQ TTL = %u seconds\n", rrq->timeToLive); in process_rrq() 1393 info->timeout = rrq->timeToLive; in process_rrq()
|
/linux/drivers/scsi/lpfc/ |
A D | lpfc_els.c | 1899 struct lpfc_node_rrq *rrq; in lpfc_cmpl_els_rrq() local 1902 rrq = cmdiocb->context_un.rrq; in lpfc_cmpl_els_rrq() 1917 irsp->ulpTimeout, rrq->xritag, rrq->rxid); in lpfc_cmpl_els_rrq() 1933 lpfc_clr_rrq_active(phba, rrq->xritag, rrq); in lpfc_cmpl_els_rrq() 6089 struct RRQ *rrq; in lpfc_els_clear_rrq() local 6098 rrq->rrq_exchg = be32_to_cpu(rrq->rrq_exchg); in lpfc_els_clear_rrq() 6105 bf_get(rrq_oxid, rrq), in lpfc_els_clear_rrq() 8422 els_rrq->rrq = cpu_to_be32(els_rrq->rrq); in lpfc_issue_els_rrq() 8428 did, rrq->xritag, rrq->rxid); in lpfc_issue_els_rrq() 8429 elsiocb->context_un.rrq = rrq; in lpfc_issue_els_rrq() [all …]
|
A D | lpfc_sli.c | 991 if (rrq->vport) in lpfc_clr_rrq_active() 992 ndlp = lpfc_findnode_did(rrq->vport, rrq->nlp_DID); in lpfc_clr_rrq_active() 998 rrq->send_rrq = 0; in lpfc_clr_rrq_active() 999 rrq->xritag = 0; in lpfc_clr_rrq_active() 1047 lpfc_clr_rrq_active(phba, rrq->xritag, rrq); in lpfc_handle_rrq_active() 1053 rrq); in lpfc_handle_rrq_active() 1079 if (rrq->vport == vport && rrq->xritag == xri && in lpfc_get_active_rrq() 1083 return rrq; in lpfc_get_active_rrq() 1127 lpfc_clr_rrq_active(phba, rrq->xritag, rrq); in lpfc_cleanup_vports_rrqs() 1201 if (!rrq) { in lpfc_set_rrq_active() [all …]
|
A D | lpfc_sli.h | 123 struct lpfc_node_rrq *rrq; member
|
A D | lpfc_hw.h | 949 uint32_t rrq; member 952 #define rrq_rsvd_WORD rrq 955 #define rrq_did_WORD rrq
|
/linux/drivers/scsi/bfa/ |
A D | bfa_fcbuild.h | 125 struct fc_rrq_s rrq; member 156 u16 fc_rrq_build(struct fchs_s *buf, struct fc_rrq_s *rrq, u32 d_id,
|
A D | bfa_fcbuild.c | 571 fc_rrq_build(struct fchs_s *fchs, struct fc_rrq_s *rrq, u32 d_id, u32 s_id, in fc_rrq_build() argument 579 memcpy(rrq, &rrq_tmpl, sizeof(struct fc_rrq_s)); in fc_rrq_build() 580 rrq->s_id = (s_id); in fc_rrq_build() 581 rrq->ox_id = cpu_to_be16(rrq_oxid); in fc_rrq_build() 582 rrq->rx_id = FC_RXID_ANY; in fc_rrq_build()
|
/linux/drivers/scsi/cxlflash/ |
A D | sislite.h | 67 u8 rrq; /* 0 for a single RRQ */ member
|