| /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/qla2xxx/ |
| H A D | qla_target.c | 3633 struct qla_tgt_srr *srr = cmd->srr; in qlt_srr_abort() local 3635 if (srr->imm_ntfy_recvd) { in qlt_srr_abort() 3637 srr->reject = true; in qlt_srr_abort() 3639 srr->aborted = true; in qlt_srr_abort() 3641 if (srr->ctio_recvd) { in qlt_srr_abort() 3662 cmd->srr = NULL; in qlt_srr_abort() 3663 srr->cmd = NULL; in qlt_srr_abort() 3665 list_add_tail(&srr->srr_list_entry, &tgt->srr_list); in qlt_srr_abort() 3673 cmd->srr = NULL; in qlt_srr_abort() 3674 kfree(srr); in qlt_srr_abort() [all …]
|
| H A D | qla_target.h | 921 struct qla_tgt_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 | 2513 unsigned int *srr) in sci_sck_calc() argument 2528 *srr = sr - 1; in sci_sck_calc() 2535 *srr + 1); in sci_sck_calc() 2541 unsigned int *srr) in sci_brg_calc() argument 2559 *srr = sr - 1; in sci_brg_calc() 2566 min_err, *dlr, *srr + 1); in sci_brg_calc() 2572 unsigned int *brr, unsigned int *srr, in sci_scbrr_calc() argument 2624 *srr = sr - 1; in sci_scbrr_calc() 2634 min_err, *brr, *srr + 1, *cks); in sci_scbrr_calc() 2677 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 | icmp.c | 440 if (ipc.opt->opt.srr) in icmp_reply() 494 fl4->daddr = (param->replyopts.opt.opt.srr ? in icmp_route_lookup()
|
| H A D | ip_output.c | 168 iph->daddr = (opt && opt->opt.srr ? opt->opt.faddr : daddr); in ip_build_and_send_pkt() 1628 if (replyopts.opt.opt.srr) in ip_send_unicast_reply()
|
| H A D | route.c | 552 if (inet_opt && inet_opt->opt.srr) in build_sk_flow_key()
|
| H A D | udp.c | 1399 if (ipc.opt && ipc.opt->opt.srr) { in udp_sendmsg()
|
| /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/net/dccp/ |
| H A D | ipv4.c | |