Searched refs:ring_type (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ring.c | 168 enum amdgpu_ring_type ring_type) in amdgpu_ring_init() argument 221 ring->type = ring_type; in amdgpu_ring_init()
|
D | amdgpu.h | 1200 enum amdgpu_ring_type ring_type);
|
/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_rcb.c | 200 static void hns_rcb_ring_init(struct ring_pair_cb *ring_pair, int ring_type) in hns_rcb_ring_init() argument 206 (ring_type == RX_RING) ? &q->rx_ring : &q->tx_ring; in hns_rcb_ring_init() 209 if (ring_type == RX_RING) { in hns_rcb_ring_init() 378 static void hns_rcb_ring_get_cfg(struct hnae_queue *q, int ring_type) in hns_rcb_ring_get_cfg() argument 389 if (ring_type == RX_RING) { in hns_rcb_ring_get_cfg()
|
/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 3734 u32 ring_type, u32 map_index, in hwrm_ring_alloc_send_msg() argument 3757 switch (ring_type) { in hwrm_ring_alloc_send_msg() 3759 req.ring_type = RING_ALLOC_REQ_RING_TYPE_TX; in hwrm_ring_alloc_send_msg() 3768 req.ring_type = RING_ALLOC_REQ_RING_TYPE_RX; in hwrm_ring_alloc_send_msg() 3772 req.ring_type = RING_ALLOC_REQ_RING_TYPE_RX; in hwrm_ring_alloc_send_msg() 3776 req.ring_type = RING_ALLOC_REQ_RING_TYPE_CMPL; in hwrm_ring_alloc_send_msg() 3783 ring_type); in hwrm_ring_alloc_send_msg() 3794 switch (ring_type) { in hwrm_ring_alloc_send_msg() 3921 u32 ring_type, int cmpl_ring_id) in hwrm_ring_free_send_msg() argument 3929 req.ring_type = ring_type; in hwrm_ring_free_send_msg() [all …]
|
D | bnxt_hsi.h | 2972 u8 ring_type; member 3046 u8 ring_type; member 3146 u8 ring_type; member
|
/drivers/usb/host/ |
D | xhci-mem.c | 1486 enum xhci_ring_type ring_type; in xhci_endpoint_init() local 1502 ring_type = usb_endpoint_type(&ep->desc); in xhci_endpoint_init() 1545 xhci_ring_alloc(xhci, 2, 1, ring_type, max_packet, mem_flags); in xhci_endpoint_init() 1555 1, ring_type); in xhci_endpoint_init()
|
/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 504 enum bgmac_dma_ring_type ring_type) in bgmac_dma_unaligned() argument 506 switch (ring_type) { in bgmac_dma_unaligned()
|
/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 366 union ring_type { union 796 union ring_type get_rx, put_rx, first_rx, last_rx; 801 union ring_type rx_ring; 825 union ring_type get_tx, put_tx, first_tx, last_tx; 830 union ring_type tx_ring; 2658 union ring_type put_tx; in nv_tx_timeout()
|