Searched refs:rrq (Results 1 - 16 of 16) sorted by relevance

/drivers/staging/wlags49_h2/
H A Dwl_priv.h112 int wvlan_rts( struct rtsreq *rrq, __u32 io_base );
115 int wvlan_rts_batch_read( struct rtsreq *rrq, __u32 io_base );
116 int wvlan_rts_batch_write( struct rtsreq *rrq, __u32 io_base );
H A Dwl_wext.c1928 static int wireless_get_power(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
1949 rrq->flags = 0;
1950 rrq->value = 0;
1953 rrq->disabled = 0;
1955 rrq->disabled = 1;
1990 static int wireless_get_tx_power(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
2009 rrq->value = RADIO_TX_POWER_DBM;
2010 rrq->flags = IW_TXPOW_DBM;
2012 rrq->value = RADIO_TX_POWER_MWATT;
2013 rrq
2179 wireless_set_rate(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
2406 wireless_get_rate(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
[all...]
H A Dwl_priv.c2028 * rrq - a pointer to the rts request buffer
2037 int wvlan_rts( struct rtsreq *rrq, __u32 io_base ) argument
2049 switch( rrq->typ ) {
2052 rrq->data[0] = IN_PORT_WORD( io_base + rrq->reg );
2053 DBG_TRACE( DbgInfo, " reg 0x%04x ==> 0x%04x\n", rrq->reg, CNV_LITTLE_TO_SHORT( rrq->data[0] ) );
2057 OUT_PORT_WORD( io_base + rrq->reg, rrq->data[0] );
2058 DBG_TRACE( DbgInfo, " reg 0x%04x <== 0x%04x\n", rrq
[all...]
/drivers/s390/char/
H A Dcon3270.c282 con3270_read_tasklet(struct raw3270_request *rrq) argument
289 cp = (struct con3270 *) rrq->view;
336 raw3270_request_reset(rrq);
337 xchg(&cp->read, rrq);
358 struct raw3270_request *rrq; local
361 rrq = xchg(&cp->read, 0);
362 if (!rrq)
365 rrq->callback = con3270_read_callback;
366 rrq->callback_data = cp;
367 raw3270_request_set_cmd(rrq, TC_READMO
[all...]
H A Dtty3270.c537 tty3270_read_tasklet(struct raw3270_request *rrq) argument
544 tp = (struct tty3270 *) rrq->view;
556 len = tp->input->len - 6 - rrq->rescnt;
588 raw3270_request_reset(rrq);
589 xchg(&tp->read, rrq);
610 struct raw3270_request *rrq; local
613 rrq = xchg(&tp->read, 0);
614 if (!rrq)
617 rrq->callback = tty3270_read_callback;
618 rrq
[all...]
/drivers/net/wireless/hostap/
H A Dhostap_ioctl.c333 struct iw_param *rrq, char *extra)
341 if (rrq->fixed) {
342 switch (rrq->value) {
362 switch (rrq->value) {
393 struct iw_param *rrq, char *extra)
408 rrq->fixed = 0;
410 rrq->fixed = 1;
417 rrq->value = local->ap->last_tx_rate > 0 ?
428 rrq->value = 1000000;
431 rrq
331 prism2_ioctl_siwrate(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
391 prism2_ioctl_giwrate(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
1291 prism2_ioctl_giwpower(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
1349 prism2_ioctl_siwretry(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
1410 prism2_ioctl_giwretry(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
1504 prism2_ioctl_siwtxpow(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
1585 prism2_ioctl_giwtxpow(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
[all...]
/drivers/net/wireless/
H A Dzd1201.c1240 struct iw_request_info *info, struct iw_param *rrq, char *extra)
1246 switch (rrq->value) {
1261 if (!rrq->fixed) { /* Also enable all lower bitrates */
1273 struct iw_request_info *info, struct iw_param *rrq, char *extra)
1285 rrq->value = 1000000;
1288 rrq->value = 2000000;
1291 rrq->value = 5500000;
1294 rrq->value = 11000000;
1297 rrq->value = 0;
1299 rrq
1239 zd1201_set_rate(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
1272 zd1201_get_rate(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
1380 zd1201_set_retry(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
1386 zd1201_get_retry(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
1608 zd1201_set_hostauth(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
1619 zd1201_get_hostauth(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
1654 zd1201_set_maxassoc(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
1669 zd1201_get_maxassoc(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
[all...]
/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c46 BNX2FC_ELS_DBG("rrq xid - 0x%x timed out, clean it up\n",
61 struct fc_els_rrq rrq; local
72 memset(&rrq, 0, sizeof(rrq));
83 rrq.rrq_cmd = ELS_RRQ;
84 hton24(rrq.rrq_s_id, sid);
85 rrq.rrq_ox_id = htons(aborted_io_req->xid);
86 rrq.rrq_rx_id = htons(aborted_io_req->task->rxwr_txrd.var_ctx.rx_id);
89 rc = bnx2fc_initiate_els(tgt, ELS_RRQ, &rrq, sizeof(rrq),
[all...]
/drivers/net/wireless/orinoco/
H A Dwext.c544 struct iw_param *rrq,
555 if (rrq->value == -1)
558 if (rrq->value % 100000)
560 bitrate = rrq->value / 100000;
563 ratemode = orinoco_get_bitratemode(bitrate, !rrq->fixed);
578 struct iw_param *rrq,
605 rrq->value = bitrate;
606 rrq->fixed = !automatic;
607 rrq->disabled = 0;
542 orinoco_ioctl_setrate(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
576 orinoco_ioctl_getrate(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) argument
/drivers/scsi/lpfc/
H A Dlpfc_els.c1428 struct lpfc_node_rrqs rrq; local
1446 memset(&rrq.xri_bitmap, 0, sizeof(new_ndlp->active_rrqs.xri_bitmap));
1468 memcpy(&rrq.xri_bitmap,
1474 memcpy(&rrq.xri_bitmap,
1526 &rrq.xri_bitmap,
1536 &rrq.xri_bitmap,
1603 * This routine will call the clear rrq function to free the rrq and
1605 * exist then the clear_rrq is still called because the rrq needs to
1616 struct lpfc_node_rrq *rrq; local
4195 struct RRQ *rrq; local
5557 lpfc_issue_els_rrq(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint32_t did, struct lpfc_node_rrq *rrq) argument
5623 lpfc_send_rrq(struct lpfc_hba *phba, struct lpfc_node_rrq *rrq) argument
[all...]
H A Dlpfc_sli.h89 struct lpfc_node_rrq *rrq; member in union:lpfc_iocbq::__anon4673
H A Dlpfc_sli.c564 * @rrq: The RRQ to be cleared.
570 struct lpfc_node_rrq *rrq)
574 if ((rrq->vport) && NLP_CHK_NODE_ACT(rrq->ndlp))
575 ndlp = lpfc_findnode_did(rrq->vport, rrq->nlp_DID);
581 if ((!ndlp) && rrq->ndlp)
582 ndlp = rrq->ndlp;
588 rrq->send_rrq = 0;
589 rrq
568 lpfc_clr_rrq_active(struct lpfc_hba *phba, uint16_t xritag, struct lpfc_node_rrq *rrq) argument
613 struct lpfc_node_rrq *rrq; local
660 struct lpfc_node_rrq *rrq; local
692 struct lpfc_node_rrq *rrq; local
726 struct lpfc_node_rrq *rrq; local
791 struct lpfc_node_rrq *rrq; local
[all...]
H A Dlpfc_hw.h899 uint32_t rrq; member in struct:RRQ
902 #define rrq_rsvd_WORD rrq
905 #define rrq_did_WORD rrq
/drivers/scsi/libfc/
H A Dfc_exch.c351 * tyring to complete this. But the rrq code will reuse the
353 * complete, so it can be reused by the timer to send the rrq.
2048 struct fc_els_rrq *rrq; local
2054 fp = fc_frame_alloc(lport, sizeof(*rrq));
2058 rrq = fc_frame_payload_get(fp, sizeof(*rrq));
2059 memset(rrq, 0, sizeof(*rrq));
2060 rrq->rrq_cmd = ELS_RRQ;
2061 hton24(rrq
[all...]
/drivers/scsi/bfa/
H A Dbfa_fcbuild.h132 struct fc_rrq_s rrq; member in struct:fc_templates_s
163 u16 fc_rrq_build(struct fchs_s *buf, struct fc_rrq_s *rrq, u32 d_id,
H A Dbfa_fcbuild.c595 fc_rrq_build(struct fchs_s *fchs, struct fc_rrq_s *rrq, u32 d_id, u32 s_id, argument
601 * build rrq payload
603 memcpy(rrq, &rrq_tmpl, sizeof(struct fc_rrq_s));
604 rrq->s_id = (s_id);
605 rrq->ox_id = cpu_to_be16(rrq_oxid);
606 rrq->rx_id = FC_RXID_ANY;

Completed in 311 milliseconds