/linux/arch/powerpc/kernel/ |
H A D | interrupt_64.S | 18 .macro DEBUG_SRR_VALID srr argument 20 .ifc \srr,srr 323 DEBUG_SRR_VALID srr 411 .macro interrupt_return_macro srr argument 413 .globl interrupt_return_\srr 414 interrupt_return_\srr\(): 415 _ASM_NOKPROBE_SYMBOL(interrupt_return_\srr\()) 418 beq interrupt_return_\srr\()_kernel 419 interrupt_return_\srr\()_user: /* make backtraces match the _kernel variant */ 420 _ASM_NOKPROBE_SYMBOL(interrupt_return_\srr\()_user) [all …]
|
/linux/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_udc.c | 62 struct srr *srr; in srr_dqp_index_advc() local 64 srr = &bdc->srr; in srr_dqp_index_advc() 65 dev_dbg_ratelimited(bdc->dev, "srr->dqp_index:%d\n", srr->dqp_index); in srr_dqp_index_advc() 66 srr->dqp_index++; in srr_dqp_index_advc() 68 if (srr->dqp_index == NUM_SR_ENTRIES) in srr_dqp_index_advc() 69 srr->dqp_index = 0; in srr_dqp_index_advc() 314 __func__, eqp_index, dqp_index, bdc->srr.dqp_index); in bdc_udc_interrupt() 323 while (bdc->srr.dqp_index != eqp_index) { in bdc_udc_interrupt() 324 sreport = &bdc->srr.sr_bds[bdc->srr.dqp_index]; in bdc_udc_interrupt() 347 srr_int |= ((bdc->srr.dqp_index) << 16); in bdc_udc_interrupt()
|
H A D | bdc_dbg.c | 69 sr = bdc->srr.sr_bds; in bdc_dbg_srr() 70 addr = bdc->srr.dma_addr; in bdc_dbg_srr() 72 sr, bdc->srr.dqp_index); in bdc_dbg_srr() 74 sr = &bdc->srr.sr_bds[i]; in bdc_dbg_srr()
|
H A D | bdc.h | 378 struct srr { struct 425 struct srr srr; member
|
/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 626 struct fcp_srr srr; in bnx2fc_send_srr() local 634 memset(&srr, 0, sizeof(srr)); in bnx2fc_send_srr() 646 srr.srr_op = ELS_SRR; in bnx2fc_send_srr() 647 srr.srr_ox_id = htons(orig_io_req->xid); in bnx2fc_send_srr() 648 srr.srr_rx_id = htons(orig_io_req->task->rxwr_txrd.var_ctx.rx_id); in bnx2fc_send_srr() 649 srr.srr_rel_off = htonl(offset); in bnx2fc_send_srr() 650 srr.srr_r_ctl = r_ctl; in bnx2fc_send_srr() 654 rc = bnx2fc_initiate_els(tgt, ELS_SRR, &srr, sizeof(srr), in bnx2fc_send_srr()
|
/linux/drivers/scsi/qedf/ |
H A D | qedf_els.c | 625 struct fcp_srr srr; in qedf_send_srr() local 660 memset(&srr, 0, sizeof(srr)); in qedf_send_srr() 672 srr.srr_op = ELS_SRR; in qedf_send_srr() 673 srr.srr_ox_id = htons(orig_io_req->xid); in qedf_send_srr() 674 srr.srr_rx_id = htons(orig_io_req->rx_id); in qedf_send_srr() 675 srr.srr_rel_off = htonl(offset); in qedf_send_srr() 676 srr.srr_r_ctl = r_ctl; in qedf_send_srr() 678 rc = qedf_initiate_els(fcport, ELS_SRR, &srr, sizeof(srr), in qedf_send_srr()
|
/linux/drivers/scsi/libfc/ |
H A D | fc_fcp.c | 1721 struct fcp_srr *srr; in fc_fcp_srr() local 1730 fp = fc_fcp_frame_alloc(lport, sizeof(*srr)); in fc_fcp_srr() 1734 srr = fc_frame_payload_get(fp, sizeof(*srr)); in fc_fcp_srr() 1735 memset(srr, 0, sizeof(*srr)); in fc_fcp_srr() 1736 srr->srr_op = ELS_SRR; in fc_fcp_srr() 1737 srr->srr_ox_id = htons(ep->oxid); in fc_fcp_srr() 1738 srr->srr_rx_id = htons(ep->rxid); in fc_fcp_srr() 1739 srr->srr_r_ctl = r_ctl; in fc_fcp_srr() 1740 srr->srr_rel_off = htonl(offset); in fc_fcp_srr()
|
/linux/drivers/tty/serial/ |
H A D | sh-sci.c | 2330 unsigned int *srr) in sci_sck_calc() argument 2345 *srr = sr - 1; in sci_sck_calc() 2352 *srr + 1); in sci_sck_calc() 2358 unsigned int *srr) in sci_brg_calc() argument 2376 *srr = sr - 1; in sci_brg_calc() 2383 min_err, *dlr, *srr + 1); in sci_brg_calc() 2389 unsigned int *brr, unsigned int *srr, in sci_scbrr_calc() argument 2441 *srr = sr - 1; in sci_scbrr_calc() 2451 min_err, *brr, *srr + 1, *cks); in sci_scbrr_calc() 2494 unsigned int brr = 255, cks = 0, srr = 15, dl = 0, sccks = 0; in sci_set_termios() local [all …]
|
/linux/net/ipv4/ |
H A D | ip_forward.c | 155 if (IPCB(skb)->flags & IPSKB_DOREDIRECT && !opt->srr && in ip_forward()
|
H A D | cipso_ipv4.c | 2008 if (opt->opt.srr || opt->opt.rr || opt->opt.ts || opt->opt.router_alert) { in cipso_v4_delopt() 2018 if (opt->opt.srr > opt->opt.cipso) in cipso_v4_delopt() 2019 opt->opt.srr -= cipso_len; in cipso_v4_delopt()
|
H A D | syncookies.c | 455 opt->srr ? opt->faddr : ireq->ir_rmt_addr, in cookie_v4_check()
|
H A D | icmp.c | 439 if (ipc.opt->opt.srr) in icmp_reply() 493 fl4->daddr = (param->replyopts.opt.opt.srr ? in icmp_route_lookup()
|
H A D | ping.c | 764 if (ipc.opt && ipc.opt->opt.srr) { in ping_v4_sendmsg()
|
H A D | tcp_ipv4.c | 243 if (inet_opt && inet_opt->opt.srr) { in tcp_v4_connect() 267 if (!inet_opt || !inet_opt->opt.srr) in tcp_v4_connect()
|
H A D | udp.c | 1400 if (ipc.opt && ipc.opt->opt.srr) { in udp_sendmsg()
|
H A D | route.c | 547 if (inet_opt && inet_opt->opt.srr) in build_sk_flow_key()
|
/linux/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 581 u32 srr; member 946 np->srr = readl(ioaddr + SiliconRev); in natsemi_probe1() 949 pci_name(np->pci_dev), np->srr); in natsemi_probe1() 1221 np->dspcfg = (np->srr <= SRR_DP83815_C)? in init_phy_fixup() 1586 if (np->srr >= SRR_DP83816_A5) in do_cable_magic() 1631 if (np->srr >= SRR_DP83816_A5) in undo_cable_magic() 2721 if (np->srr >= SRR_DP83815_D) { in netdev_set_wol() 2741 if (np->srr >= SRR_DP83815_D) { in netdev_get_wol() 2775 if (np->srr < SRR_DP83815_D) { in netdev_set_sopass() 2807 if (np->srr < SRR_DP83815_D) { in netdev_get_sopass()
|
/linux/net/netfilter/ |
H A D | nft_exthdr.c | 114 if (!opt->srr) in ipv4_find_option() 119 *offset = opt->srr; in ipv4_find_option()
|
/linux/include/net/ |
H A D | route.h | 145 if (ip4_opt && ip4_opt->opt.srr) in inet_sk_init_flowi4()
|