/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ioctl.c | 335 struct iw_param *rrq, char *extra) in prism2_ioctl_siwrate() 343 if (rrq->fixed) { in prism2_ioctl_siwrate() 344 switch (rrq->value) { in prism2_ioctl_siwrate() 364 switch (rrq->value) { in prism2_ioctl_siwrate() 395 struct iw_param *rrq, char *extra) in prism2_ioctl_giwrate() 410 rrq->fixed = 0; in prism2_ioctl_giwrate() 412 rrq->fixed = 1; in prism2_ioctl_giwrate() 419 rrq->value = local->ap->last_tx_rate > 0 ? in prism2_ioctl_giwrate() 430 rrq->value = 1000000; in prism2_ioctl_giwrate() 433 rrq in prism2_ioctl_giwrate() 333 prism2_ioctl_siwrate(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) prism2_ioctl_siwrate() argument 393 prism2_ioctl_giwrate(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) prism2_ioctl_giwrate() argument 1293 prism2_ioctl_giwpower(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) prism2_ioctl_giwpower() argument 1351 prism2_ioctl_siwretry(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) prism2_ioctl_siwretry() argument 1412 prism2_ioctl_giwretry(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) prism2_ioctl_giwretry() argument 1506 prism2_ioctl_siwtxpow(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) prism2_ioctl_siwtxpow() argument 1587 prism2_ioctl_giwtxpow(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) prism2_ioctl_giwtxpow() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ioctl.c | 328 struct iw_param *rrq = &wrqu->bitrate; in prism2_ioctl_siwrate() local 335 if (rrq->fixed) { in prism2_ioctl_siwrate() 336 switch (rrq->value) { in prism2_ioctl_siwrate() 356 switch (rrq->value) { in prism2_ioctl_siwrate() 389 struct iw_param *rrq = &wrqu->bitrate; in prism2_ioctl_giwrate() local 403 rrq->fixed = 0; in prism2_ioctl_giwrate() 405 rrq->fixed = 1; in prism2_ioctl_giwrate() 412 rrq->value = local->ap->last_tx_rate > 0 ? in prism2_ioctl_giwrate() 423 rrq->value = 1000000; in prism2_ioctl_giwrate() 426 rrq in prism2_ioctl_giwrate() 1309 struct iw_param *rrq = &wrqu->power; prism2_ioctl_giwpower() local 1368 struct iw_param *rrq = &wrqu->retry; prism2_ioctl_siwretry() local 1430 struct iw_param *rrq = &wrqu->retry; prism2_ioctl_giwretry() local 1525 struct iw_param *rrq = &wrqu->txpower; prism2_ioctl_siwtxpow() local 1608 struct iw_param *rrq = &wrqu->txpower; prism2_ioctl_giwtxpow() local [all...] |
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | con3270.c | 294 con3270_read_tasklet(struct raw3270_request *rrq) in con3270_read_tasklet() argument 301 cp = (struct con3270 *) rrq->view; in con3270_read_tasklet() 348 raw3270_request_reset(rrq); in con3270_read_tasklet() 349 xchg(&cp->read, rrq); in con3270_read_tasklet() 370 struct raw3270_request *rrq; in con3270_issue_read() local 373 rrq = xchg(&cp->read, 0); in con3270_issue_read() 374 if (!rrq) in con3270_issue_read() 377 rrq->callback = con3270_read_callback; in con3270_issue_read() 378 rrq->callback_data = cp; in con3270_issue_read() 379 raw3270_request_set_cmd(rrq, TC_READMO in con3270_issue_read() [all...] |
H A D | tty3270.c | 561 struct raw3270_request *rrq = (struct raw3270_request *)data; in tty3270_read_tasklet() local 563 struct tty3270 *tp = container_of(rrq->view, struct tty3270, view); in tty3270_read_tasklet() 578 len = tp->input->len - 6 - rrq->rescnt; in tty3270_read_tasklet() 607 raw3270_request_reset(rrq); in tty3270_read_tasklet() 608 xchg(&tp->read, rrq); in tty3270_read_tasklet() 630 struct raw3270_request *rrq; in tty3270_issue_read() local 633 rrq = xchg(&tp->read, 0); in tty3270_issue_read() 634 if (!rrq) in tty3270_issue_read() 637 rrq->callback = tty3270_read_callback; in tty3270_issue_read() 638 rrq in tty3270_issue_read() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/ |
H A D | zd1201.c | 1237 struct iw_request_info *info, struct iw_param *rrq, char *extra) in zd1201_set_rate() 1243 switch (rrq->value) { in zd1201_set_rate() 1258 if (!rrq->fixed) { /* Also enable all lower bitrates */ in zd1201_set_rate() 1270 struct iw_request_info *info, struct iw_param *rrq, char *extra) in zd1201_get_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() 1291 rrq->value = 11000000; in zd1201_get_rate() 1294 rrq->value = 0; in zd1201_get_rate() 1296 rrq in zd1201_get_rate() 1236 zd1201_set_rate(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) zd1201_set_rate() argument 1269 zd1201_get_rate(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) zd1201_get_rate() argument 1377 zd1201_set_retry(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) zd1201_set_retry() argument 1383 zd1201_get_retry(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) zd1201_get_retry() argument 1605 zd1201_set_hostauth(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) zd1201_set_hostauth() argument 1616 zd1201_get_hostauth(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) zd1201_get_hostauth() argument 1651 zd1201_set_maxassoc(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) zd1201_set_maxassoc() argument 1662 zd1201_get_maxassoc(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) zd1201_get_maxassoc() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/ |
H A D | zd1201.c | 1248 struct iw_param *rrq = &wrqu->bitrate; in zd1201_set_rate() local 1253 switch (rrq->value) { in zd1201_set_rate() 1268 if (!rrq->fixed) { /* Also enable all lower bitrates */ in zd1201_set_rate() 1282 struct iw_param *rrq = &wrqu->bitrate; in zd1201_get_rate() local 1293 rrq->value = 1000000; in zd1201_get_rate() 1296 rrq->value = 2000000; in zd1201_get_rate() 1299 rrq->value = 5500000; in zd1201_get_rate() 1302 rrq->value = 11000000; in zd1201_get_rate() 1305 rrq->value = 0; in zd1201_get_rate() 1307 rrq in zd1201_get_rate() 1606 struct iw_param *rrq = &wrqu->param; zd1201_set_hostauth() local 1618 struct iw_param *rrq = &wrqu->param; zd1201_get_hostauth() local 1655 struct iw_param *rrq = &wrqu->param; zd1201_set_maxassoc() local 1667 struct iw_param *rrq = &wrqu->param; zd1201_get_maxassoc() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 48 BNX2FC_ELS_DBG("rrq xid - 0x%x timed out, clean it up\n", in bnx2fc_rrq_compl() 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() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_els.c | 226 * Release a reference to the rrq request if we timed out as the in qedf_rrq_compl() 227 * rrq completion handler is called directly from the timeout handler in qedf_rrq_compl() 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, sizeo in qedf_send_rrq() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 48 BNX2FC_ELS_DBG("rrq xid - 0x%x timed out, clean it up\n", in bnx2fc_rrq_compl() 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() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_els.c | 226 * Release a reference to the rrq request if we timed out as the in qedf_rrq_compl() 227 * rrq completion handler is called directly from the timeout handler in qedf_rrq_compl() 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, sizeo in qedf_send_rrq() [all...] |
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | con3270.c | 672 struct raw3270_request *rrq = (struct raw3270_request *)data; in tty3270_read_tasklet() local 674 struct tty3270 *tp = container_of(rrq->view, struct tty3270, view); in tty3270_read_tasklet() 690 len = tty3270_input_size(tp->view.cols) - 6 - rrq->rescnt; in tty3270_read_tasklet() 724 raw3270_request_reset(rrq); in tty3270_read_tasklet() 725 xchg(&tp->read, rrq); in tty3270_read_tasklet() 746 struct raw3270_request *rrq; in tty3270_issue_read() local 749 rrq = xchg(&tp->read, 0); in tty3270_issue_read() 750 if (!rrq) in tty3270_issue_read() 753 rrq->callback = tty3270_read_callback; in tty3270_issue_read() 754 rrq in tty3270_issue_read() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | wext.c | 543 struct iw_param *rrq, in orinoco_ioctl_setrate() 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() 604 rrq->value = bitrate; in orinoco_ioctl_getrate() 605 rrq->fixed = !automatic; in orinoco_ioctl_getrate() 606 rrq->disabled = 0; in orinoco_ioctl_getrate() 541 orinoco_ioctl_setrate(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) orinoco_ioctl_setrate() argument 575 orinoco_ioctl_getrate(struct net_device *dev, struct iw_request_info *info, struct iw_param *rrq, char *extra) orinoco_ioctl_getrate() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | wext.c | 556 struct iw_param *rrq = &wrqu->bitrate; in orinoco_ioctl_setrate() local 565 if (rrq->value == -1) in orinoco_ioctl_setrate() 568 if (rrq->value % 100000) in orinoco_ioctl_setrate() 570 bitrate = rrq->value / 100000; in orinoco_ioctl_setrate() 573 ratemode = orinoco_get_bitratemode(bitrate, !rrq->fixed); in orinoco_ioctl_setrate() 591 struct iw_param *rrq = &wrqu->bitrate; in orinoco_ioctl_getrate() local 616 rrq->value = bitrate; in orinoco_ioctl_getrate() 617 rrq->fixed = !automatic; in orinoco_ioctl_getrate() 618 rrq->disabled = 0; in orinoco_ioctl_getrate()
|
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_exch.c | 386 * tyring to complete this. But the rrq code will reuse the in fc_exch_done_locked() 388 * complete, so it can be reused by the timer to send the rrq. in fc_exch_done_locked() 2248 struct fc_els_rrq *rrq; in fc_exch_rrq() local 2254 fp = fc_frame_alloc(lport, sizeof(*rrq)); in fc_exch_rrq() 2258 rrq = fc_frame_payload_get(fp, sizeof(*rrq)); in fc_exch_rrq() 2259 memset(rrq, 0, sizeof(*rrq)); in fc_exch_rrq() 2260 rrq->rrq_cmd = ELS_RRQ; in fc_exch_rrq() 2261 hton24(rrq in fc_exch_rrq() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_exch.c | 385 * tyring to complete this. But the rrq code will reuse the in fc_exch_done_locked() 387 * complete, so it can be reused by the timer to send the rrq. in fc_exch_done_locked() 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 in fc_exch_rrq() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_els.c | 1920 * This routine will call the clear rrq function to free the rrq and 1922 * exist then the clear_rrq is still called because the rrq needs to 1933 struct lpfc_node_rrq *rrq; in lpfc_cmpl_els_rrq() local 1936 rrq = cmdiocb->context_un.rrq; in lpfc_cmpl_els_rrq() 1946 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp) || ndlp != rrq->ndlp) { in lpfc_cmpl_els_rrq() 1956 /* rrq completes to NPort <nlp_DID> */ in lpfc_cmpl_els_rrq() 1961 irsp->ulpTimeout, rrq->xritag, rrq in lpfc_cmpl_els_rrq() 5320 struct RRQ *rrq; lpfc_els_clear_rrq() local 7540 lpfc_issue_els_rrq(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint32_t did, struct lpfc_node_rrq *rrq) lpfc_issue_els_rrq() argument 7604 lpfc_send_rrq(struct lpfc_hba *phba, struct lpfc_node_rrq *rrq) lpfc_send_rrq() argument [all...] |
H A D | lpfc_sli.c | 853 * @rrq: The RRQ to be cleared. 859 struct lpfc_node_rrq *rrq) in lpfc_clr_rrq_active() 863 if ((rrq->vport) && NLP_CHK_NODE_ACT(rrq->ndlp)) in lpfc_clr_rrq_active() 864 ndlp = lpfc_findnode_did(rrq->vport, rrq->nlp_DID); in lpfc_clr_rrq_active() 870 if ((!ndlp) && rrq->ndlp) in lpfc_clr_rrq_active() 871 ndlp = rrq->ndlp; in lpfc_clr_rrq_active() 877 rrq->send_rrq = 0; in lpfc_clr_rrq_active() 878 rrq in lpfc_clr_rrq_active() 857 lpfc_clr_rrq_active(struct lpfc_hba *phba, uint16_t xritag, struct lpfc_node_rrq *rrq) lpfc_clr_rrq_active() argument 902 struct lpfc_node_rrq *rrq; lpfc_handle_rrq_active() local 950 struct lpfc_node_rrq *rrq; lpfc_get_active_rrq() local 982 struct lpfc_node_rrq *rrq; lpfc_cleanup_vports_rrqs() local 1049 struct lpfc_node_rrq *rrq; lpfc_set_rrq_active() local [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_h323_main.c | 1366 unsigned char **data, RegistrationRequest *rrq) in process_rrq() 1375 rrq->callSignalAddress.item, in process_rrq() 1376 rrq->callSignalAddress.count); in process_rrq() 1384 rrq->rasAddress.item, in process_rrq() 1385 rrq->rasAddress.count); in process_rrq() 1390 if (rrq->options & eRegistrationRequest_timeToLive) { in process_rrq() 1391 pr_debug("nf_ct_ras: RRQ TTL = %u seconds\n", rrq->timeToLive); in process_rrq() 1392 info->timeout = rrq->timeToLive; in process_rrq() 1363 process_rrq(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, RegistrationRequest *rrq) process_rrq() argument
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_h323_main.c | 1324 unsigned char **data, RegistrationRequest *rrq) in process_rrq() 1333 rrq->callSignalAddress.item, in process_rrq() 1334 rrq->callSignalAddress.count); in process_rrq() 1342 rrq->rasAddress.item, in process_rrq() 1343 rrq->rasAddress.count); in process_rrq() 1348 if (rrq->options & eRegistrationRequest_timeToLive) { in process_rrq() 1349 pr_debug("nf_ct_ras: RRQ TTL = %u seconds\n", rrq->timeToLive); in process_rrq() 1350 info->timeout = rrq->timeToLive; in process_rrq() 1321 process_rrq(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, RegistrationRequest *rrq) process_rrq() argument
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H 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,
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H 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,
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_els.c | 1930 * This routine will call the clear rrq function to free the rrq and 1932 * exist then the clear_rrq is still called because the rrq needs to 1942 struct lpfc_node_rrq *rrq; in lpfc_cmpl_els_rrq() local 1947 rrq = cmdiocb->context_un.rrq; in lpfc_cmpl_els_rrq() 1956 /* rrq completes to NPort <nlp_DID> */ in lpfc_cmpl_els_rrq() 1961 get_wqe_tmo(cmdiocb), rrq->xritag, rrq->rxid); in lpfc_cmpl_els_rrq() 1977 lpfc_clr_rrq_active(phba, rrq in lpfc_cmpl_els_rrq() 6379 struct RRQ *rrq; lpfc_els_clear_rrq() local 8910 lpfc_issue_els_rrq(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, uint32_t did, struct lpfc_node_rrq *rrq) lpfc_issue_els_rrq() argument 8979 lpfc_send_rrq(struct lpfc_hba *phba, struct lpfc_node_rrq *rrq) lpfc_send_rrq() argument [all...] |
H A D | lpfc_sli.c | 978 * @rrq: The RRQ to be cleared. 984 struct lpfc_node_rrq *rrq) in lpfc_clr_rrq_active() 989 if (rrq->vport) in lpfc_clr_rrq_active() 990 ndlp = lpfc_findnode_did(rrq->vport, rrq->nlp_DID); in lpfc_clr_rrq_active() 996 rrq->send_rrq = 0; in lpfc_clr_rrq_active() 997 rrq->xritag = 0; in lpfc_clr_rrq_active() 998 rrq->rrq_stop_time = 0; in lpfc_clr_rrq_active() 1001 mempool_free(rrq, phba->rrq_pool); in lpfc_clr_rrq_active() 1009 * Checks if stop_time (ratov from setting rrq activ 982 lpfc_clr_rrq_active(struct lpfc_hba *phba, uint16_t xritag, struct lpfc_node_rrq *rrq) lpfc_clr_rrq_active() argument 1021 struct lpfc_node_rrq *rrq; lpfc_handle_rrq_active() local 1069 struct lpfc_node_rrq *rrq; lpfc_get_active_rrq() local 1101 struct lpfc_node_rrq *rrq; lpfc_cleanup_vports_rrqs() local 1173 struct lpfc_node_rrq *rrq; lpfc_set_rrq_active() local [all...] |