Home
last modified time | relevance | path

Searched refs:cmd_rsp_reg (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/fddi/
Ddefxx.c1282 bp->cmd_rsp_reg.lword = 0; in dfx_adap_init()
1576 bp->cmd_rsp_reg.lword = 0; in dfx_close()
2634 bp->descr_block_virt->cmd_rsp[bp->cmd_rsp_reg.index.prod].long_0 = (u32) (PI_RCV_DESCR_M_SOP | in dfx_hw_dma_cmd_req()
2636 bp->descr_block_virt->cmd_rsp[bp->cmd_rsp_reg.index.prod].long_1 = bp->cmd_rsp_phys; in dfx_hw_dma_cmd_req()
2640 bp->cmd_rsp_reg.index.prod += 1; in dfx_hw_dma_cmd_req()
2641 bp->cmd_rsp_reg.index.prod &= PI_CMD_RSP_K_NUM_ENTRIES-1; in dfx_hw_dma_cmd_req()
2642 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_RSP_PROD, bp->cmd_rsp_reg.lword); in dfx_hw_dma_cmd_req()
2683 if (bp->cmd_rsp_reg.index.prod == (u8)(bp->cons_block_virt->cmd_rsp)) in dfx_hw_dma_cmd_req()
2692 bp->cmd_rsp_reg.index.comp += 1; in dfx_hw_dma_cmd_req()
2693 bp->cmd_rsp_reg.index.comp &= PI_CMD_RSP_K_NUM_ENTRIES-1; in dfx_hw_dma_cmd_req()
[all …]
Ddefxx.h1736 PI_TYPE_1_PROD_REG cmd_rsp_reg; /* Command Response register */ member