| /linux/drivers/scsi/ |
| H A D | qlogicfas.c | 55 int qbase, in __qlogicfas_detect() argument 72 if (!qbase || qlirq == -1) in __qlogicfas_detect() 75 if (!request_region(qbase, 0x10, qlogicfas_name)) { 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() 91 qltyp = qlogicfas408_get_chip_type(qbase, INT_TYPE); in __qlogicfas_detect() 96 qlogicfas408_setup(qbase, qinitid, INT_TYPE); in __qlogicfas_detect() 102 hreg->io_port = qbase; in __qlogicfas_detect() [all …]
|
| /linux/drivers/scsi/pcmcia/ |
| H A D | qlogic_stub.c | 94 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/net/rxrpc/ |
| H A D | call_event.c | 67 _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 D | input.c | 253 _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 D | sendmsg.c | 294 tq->qbase = call->send_top + 1; in rxrpc_alloc_txqueue() 304 tq->qbase = 0; in rxrpc_alloc_txqueue()
|
| H A D | ar-internal.h | 953 rxrpc_seq_t qbase; member 1550 return (seq & (RXRPC_NR_TXQUEUE - 1)) == tq->qbase; in rxrpc_seq_in_txq()
|
| H A D | output.c | 572 _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()
|
| /linux/include/trace/events/ |
| H A D | rxrpc.h | 1871 __field(unsigned int, qbase) 1878 __entry->qbase = req->tq->qbase; 1885 __entry->qbase, 2062 __field(rxrpc_seq_t, qbase) 2068 __entry->qbase = tq->qbase; 2075 __entry->qbase, 2113 __field(rxrpc_seq_t, qbase) 2120 __entry->qbase = tq->qbase; 2127 __entry->qbase, 2141 __field(rxrpc_seq_t, qbase) [all …]
|
| /linux/drivers/dma/amd/ptdma/ |
| H A D | ptdma.h | 197 struct ptdma_desc *qbase; member
|
| H A D | ptdma-dmaengine.c | 55 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/drivers/dma/amd/qdma/ |
| H A D | qdma.h | 176 u16 qbase; member
|
| H A D | qdma.c | 220 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/drivers/crypto/ccp/ |
| H A D | ccp-dev-v5.c | 238 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 D | ccp-dev.h | 270 struct ccp5_desc *qbase; member
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cudbg_lib.c | 1770 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()
|