Home
last modified time | relevance | path

Searched refs:qbase (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/drivers/scsi/
H A Dqlogicfas408.c85 int qbase = priv->qbase; in ql_zap() local
104 int qbase = priv->qbase; in ql_pdma() local
189 int qbase = priv->qbase; in ql_wai() local
220 int qbase = priv->qbase; in ql_icmd() local
274 int qbase = priv->qbase; in ql_pcmd() local
278 j = inb(qbase + 6); in ql_pcmd()
279 i = inb(qbase + 5); in ql_pcmd()
430 int qbase = priv->qbase; in ql_ihandl() local
597 return (((inb(qbase + 0xe) ^ inb(qbase + 0xe)) == 7) && in qlogicfas408_detect()
598 ((inb(qbase + 0xe) ^ inb(qbase + 0xe)) == 7)); in qlogicfas408_detect()
[all …]
H A Dqlogicfas408.h79 int qbase; /* Port */ member
91 #define REG0 ( outb( inb( qbase + 0xd ) & 0x7f , qbase + 0xd ), outb( 4 , qbase + 0xd ))
92 #define REG1 ( outb( inb( qbase + 0xd ) | 0x80 , qbase + 0xd ), outb( 0xb4 | int_type, qbase + 0xd …
114 int qlogicfas408_get_chip_type(int qbase, int int_type);
115 void qlogicfas408_setup(int qbase, int id, int int_type);
116 int qlogicfas408_detect(int qbase, int int_type);
H A Dqlogicfas.c55 int qbase, in __qlogicfas_detect() argument
72 if (!qbase || qlirq == -1) in __qlogicfas_detect()
77 qbase); in __qlogicfas_detect()
81 if (!qlogicfas408_detect(qbase, INT_TYPE)) { in __qlogicfas_detect()
84 qbase); in __qlogicfas_detect()
89 " IRQ %d\n", qlogicfas_name, qbase, qlirq); in __qlogicfas_detect()
96 qlogicfas408_setup(qbase, qinitid, INT_TYPE); in __qlogicfas_detect()
102 hreg->io_port = qbase; in __qlogicfas_detect()
107 priv->qbase = qbase; in __qlogicfas_detect()
115 qltyp, qbase, qlirq, QL_TURBO_PDMA); in __qlogicfas_detect()
[all …]
/linux-6.15/drivers/scsi/pcmcia/
H A Dqlogic_stub.c94 struct pcmcia_device *link, int qbase, int qlirq) in qlogic_detect() argument
101 qltyp = qlogicfas408_get_chip_type(qbase, INT_TYPE); in qlogic_detect()
106 qlogicfas408_setup(qbase, qinitid, INT_TYPE); in qlogic_detect()
112 shost->io_port = qbase; in qlogic_detect()
120 priv->qbase = qbase; in qlogic_detect()
130 qltyp, qbase, qlirq, QL_TURBO_PDMA); in qlogic_detect()
/linux-6.15/drivers/dma/amd/ptdma/
H A Dptdma-dev.c72 u8 *q_desc = (u8 *)&cmd_q->qbase[cmd_q->qidx]; in pt_core_execute_cmd()
207 cmd_q->qbase = dma_alloc_coherent(dev, cmd_q->qsize, in pt_core_init()
210 if (!cmd_q->qbase) { in pt_core_init()
269 dma_free_coherent(dev, cmd_q->qsize, cmd_q->qbase, cmd_q->qbase_dma); in pt_core_init()
299 dma_free_coherent(dev, cmd_q->qsize, cmd_q->qbase, in pt_core_destroy()
H A Dptdma.h197 struct ptdma_desc *qbase; member
H A Dptdma-dmaengine.c55 memcpy(&desc, &cmd_q->qbase[idx], sizeof(struct ae4dma_desc)); in ae4_check_status_error()
125 memcpy(&cmd_q->qbase[ae4cmd_q->tail_wi], desc, sizeof(struct ae4dma_desc)); in ae4_core_execute_cmd()
/linux-6.15/net/rxrpc/
H A Dcall_event.c67 _enter("%x,%x,%x,%x", tq->qbase, req->seq, ix, txb->debug_id); in rxrpc_retransmit_data()
102 if (after(tq->qbase, call->tx_transmitted)) in rxrpc_resend()
106 tq->segment_acked, tq->nr_reported_acks, call->debug_id, tq->qbase); in rxrpc_resend()
118 req.seq = tq->qbase + ix; in rxrpc_resend()
144 before(call->tx_transmitted, req.tq->qbase + RXRPC_NR_TXQUEUE)) { in rxrpc_resend_tlp()
150 if (after_eq(call->tx_transmitted, req.tq->qbase) && in rxrpc_resend_tlp()
151 before(call->tx_transmitted, req.tq->qbase + RXRPC_NR_TXQUEUE)) { in rxrpc_resend_tlp()
H A Dinput_rack.c67 rxrpc_seq_t seq = tq->qbase + ix; in rxrpc_rack_update()
108 rxrpc_seq_t seq = tq->qbase + ix; in rxrpc_rack_detect_reordering()
210 if (after(tq->qbase, call->tx_transmitted)) in rxrpc_rack_detect_loss()
219 rxrpc_seq_t seq = tq->qbase + ix; in rxrpc_rack_detect_loss()
273 rxrpc_seq_t seq = tq->qbase + ix; in rxrpc_rack_mark_losses_on_rto()
H A Dinput.c253 _debug("tq=%x seq=%x i=%d f=%x", tq->qbase, seq, ix, tq->bufs[ix]->flags); in rxrpc_rotate_tx_window()
885 tq->qbase, tq->segment_acked, tq->nr_reported_acks, in rxrpc_input_soft_ack_tq()
888 _debug("[%x]", tq->qbase); in rxrpc_input_soft_ack_tq()
946 test_bit(call->tlp_seq - tq->qbase, &new_acks)) in rxrpc_input_soft_ack_tq()
971 _enter("%x,%x,%u", tq->qbase, seq, sp->ack.nr_acks); in rxrpc_input_soft_acks()
973 while (after(seq, tq->qbase + RXRPC_NR_TXQUEUE - 1)) in rxrpc_input_soft_acks()
H A Dsendmsg.c294 tq->qbase = call->send_top + 1; in rxrpc_alloc_txqueue()
304 tq->qbase = 0; in rxrpc_alloc_txqueue()
H A Doutput.c572 _debug("prep[%u] tq=%x q=%x", i, tq->qbase, seq); in rxrpc_prepare_data_packet()
652 _enter("%x,%x-%x", tq->qbase, seq, seq + req->n - 1); in rxrpc_send_data_packet()
H A Dar-internal.h898 rxrpc_seq_t qbase; member
1474 return (seq & (RXRPC_NR_TXQUEUE - 1)) == tq->qbase; in rxrpc_seq_in_txq()
/linux-6.15/include/trace/events/
H A Drxrpc.h1741 __entry->qbase = req->tq->qbase;
1748 __entry->qbase,
1931 __entry->qbase = tq->qbase;
1938 __entry->qbase,
1983 __entry->qbase = tq->qbase;
1990 __entry->qbase,
2012 __entry->qbase = tq->qbase;
2020 __entry->qbase,
2237 __entry->qbase = tq ? tq->qbase : call->tx_qbase;
2532 __entry->qbase = tq->qbase;
[all …]
/linux-6.15/drivers/dma/amd/ae4dma/
H A Dae4dma-dev.c116 cmd_q->qbase = dmam_alloc_coherent(dev, cmd_q->qsize, &cmd_q->qbase_dma, in ae4_core_init()
118 if (!cmd_q->qbase) in ae4_core_init()
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dsrq.h50 u32 qbase; member
H A Dsrq.c74 e->qbase = SRQT_QBASE_G(be32_to_cpu(rpl->qlen_qbase)); in do_srq_table_rpl()
H A Dcudbg_lib.c1770 struct sge_qbase_reg_field *qbase, in cudbg_read_sge_qbase_indirect_reg() argument
1776 buff = qbase->pf_data_value[func]; in cudbg_read_sge_qbase_indirect_reg()
1778 buff = qbase->vf_data_value[func]; in cudbg_read_sge_qbase_indirect_reg()
1785 t4_write_reg(padap, qbase->reg_addr, func); in cudbg_read_sge_qbase_indirect_reg()
1787 *buff = t4_read_reg(padap, qbase->reg_data[i]); in cudbg_read_sge_qbase_indirect_reg()
/linux-6.15/drivers/dma/amd/qdma/
H A Dqdma.h176 u16 qbase; member
H A Dqdma.c220 qdma_set_field(qdev, data, QDMA_REGF_QUEUE_BASE, ctxt->qbase); in qdma_prep_fmap_context()
334 fmap.qbase = 0; in qdma_setup_fmap_context()
/linux-6.15/drivers/crypto/ccp/
H A Dccp-dev-v5.c238 mP = (__le32 *)&cmd_q->qbase[cmd_q->qidx]; in ccp5_do_cmd()
831 cmd_q->qbase = dmam_alloc_coherent(dev, cmd_q->qsize, in ccp5_init()
834 if (!cmd_q->qbase) { in ccp5_init()
H A Dccp-dev.h270 struct ccp5_desc *qbase; member