/freebsd/sys/arm64/broadcom/genet/ |
H A D | if_genetreg.h | 126 #define GENET_RX_DMA_RINGBASE(qid) (GENET_RX_BASE + 0xc00 + GENET_DMA_RING_SIZE * (qid)) argument 127 #define GENET_RX_DMA_WRITE_PTR_LO(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x00) argument 128 #define GENET_RX_DMA_WRITE_PTR_HI(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x04) argument 129 #define GENET_RX_DMA_PROD_INDEX(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x08) argument 130 #define GENET_RX_DMA_CONS_INDEX(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x0c) argument 132 #define GENET_RX_DMA_RING_BUF_SIZE(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x10) argument 137 #define GENET_RX_DMA_START_ADDR_LO(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x14) argument 138 #define GENET_RX_DMA_START_ADDR_HI(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x18) argument 139 #define GENET_RX_DMA_END_ADDR_LO(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x1c) argument 140 #define GENET_RX_DMA_END_ADDR_HI(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x20) argument [all …]
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_udma_debug.c | 206 static void al_udma_regs_m2s_q_print(struct al_udma *udma, uint32_t qid) in al_udma_regs_m2s_q_print() 323 static void al_udma_regs_s2m_q_print(struct al_udma *udma, uint32_t qid) in al_udma_regs_s2m_q_print() 402 void al_udma_q_struct_print(struct al_udma *udma, uint32_t qid) in al_udma_q_struct_print() 438 void al_udma_ring_print(struct al_udma *udma, uint32_t qid, in al_udma_ring_print()
|
H A D | al_hal_udma_main.c | 274 int al_udma_q_init(struct al_udma *udma, uint32_t qid, in al_udma_q_init() 440 int al_udma_q_handle_get(struct al_udma *udma, uint32_t qid, in al_udma_q_handle_get()
|
H A D | al_hal_udma_regs_gen.h | 262 #define UDMA_GEN_TGTID_CFG_TGTID_SHIFT(qid) (((qid) & 0x1) ? 16 : 0) argument 263 #define UDMA_GEN_TGTID_CFG_TGTID_MASK(qid) (((qid) & 0x1) ? 0xFFFF0000 : 0x0000FFFF) argument 297 #define UDMA_GEN_TGTADDR_CFG_SHIFT(qid) (((qid) & 0x1) ? 16 : 0) argument 298 #define UDMA_GEN_TGTADDR_CFG_MASK(qid) (((qid) & 0x1) ? 0xFFFF0000 : 0x0000FFFF) argument
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | resource.c | 107 u32 qid; in c4iw_get_cqid() local 159 void c4iw_put_cqid(struct c4iw_rdev *rdev, u32 qid, in c4iw_put_cqid() 177 u32 qid; in c4iw_get_qpid() local 229 void c4iw_put_qpid(struct c4iw_rdev *rdev, u32 qid, in c4iw_put_qpid()
|
/freebsd/sys/dev/ena/ |
H A D | ena_netmap.c | 113 int nm_i, qid, head, lim, rc; in ena_netmap_alloc_rx_slot() local 175 int nm_i, qid, lim; in ena_netmap_free_rx_slot() local 219 ena_ring_in_netmap(struct ena_adapter *adapter, int qid, enum txrx x) in ena_ring_in_netmap() 234 ena_tx_ring_in_netmap(struct ena_adapter *adapter, int qid) in ena_tx_ring_in_netmap() 240 ena_rx_ring_in_netmap(struct ena_adapter *adapter, int qid) in ena_rx_ring_in_netmap() 246 ena_netmap_reset_ring(struct ena_adapter *adapter, int qid, enum txrx x) in ena_netmap_reset_ring() 257 ena_netmap_reset_rx_ring(struct ena_adapter *adapter, int qid) in ena_netmap_reset_rx_ring() 263 ena_netmap_reset_tx_ring(struct ena_adapter *adapter, int qid) in ena_netmap_reset_tx_ring()
|
H A D | ena.c | 379 uint16_t qid) in ena_init_io_rings_common() 472 ena_free_io_ring_resources(struct ena_adapter *adapter, unsigned int qid) in ena_free_io_ring_resources() 635 ena_setup_tx_resources(struct ena_adapter *adapter, int qid) in ena_setup_tx_resources() 757 ena_free_tx_resources(struct ena_adapter *adapter, int qid) in ena_free_tx_resources() 869 ena_setup_rx_resources(struct ena_adapter *adapter, unsigned int qid) in ena_setup_rx_resources() 951 ena_free_rx_resources(struct ena_adapter *adapter, unsigned int qid) in ena_free_rx_resources() 1439 ena_free_rx_bufs(struct ena_adapter *adapter, unsigned int qid) in ena_free_rx_bufs() 1501 ena_free_tx_bufs(struct ena_adapter *adapter, unsigned int qid) in ena_free_tx_bufs()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | QueueItem.h | 104 void SetEnqueueingQueueID(lldb::queue_id_t qid) { in SetEnqueueingQueueID() 110 void SetTargetQueueID(lldb::queue_id_t qid) { m_target_queue_id = qid; } in SetTargetQueueID()
|
/freebsd/sys/dev/rtwn/pci/ |
H A D | rtwn_pci_attach.c | 264 rtwn_pci_alloc_tx_list(struct rtwn_softc *sc, int qid) in rtwn_pci_alloc_tx_list() 329 rtwn_pci_reset_tx_ring_stopped(struct rtwn_softc *sc, int qid) in rtwn_pci_reset_tx_ring_stopped() 394 int qid) in rtwn_pci_reset_tx_list() 435 rtwn_pci_free_tx_list(struct rtwn_softc *sc, int qid) in rtwn_pci_free_tx_list()
|
H A D | rtwn_pci_tx.c | 98 uint8_t qid; in rtwn_pci_tx_start_frame() local
|
/freebsd/sys/dev/rtwn/usb/ |
H A D | rtwn_usb_tx.c | 136 rtwn_bulk_tx_callback_qid(struct usb_xfer *xfer, usb_error_t error, int qid) in rtwn_bulk_tx_callback_qid() 285 int qid = 0; in rtwn_usb_tx_start() local
|
/freebsd/sys/dev/enetc/ |
H A D | if_enetc.c | 957 enetc_disable_txq(struct enetc_softc *sc, int qid) in enetc_disable_txq() 1042 enetc_tx_queue_intr_enable(if_ctx_t ctx, uint16_t qid) in enetc_tx_queue_intr_enable() 1052 enetc_rx_queue_intr_enable(if_ctx_t ctx, uint16_t qid) in enetc_rx_queue_intr_enable() 1150 enetc_isc_txd_flush(void *data, uint16_t qid, qidx_t pidx) in enetc_isc_txd_flush() 1158 enetc_isc_txd_credits_update(void *data, uint16_t qid, bool clear) in enetc_isc_txd_credits_update() 1194 enetc_isc_rxd_available(void *data, uint16_t qid, qidx_t pidx, qidx_t budget) in enetc_isc_rxd_available() 1326 enetc_isc_rxd_flush(void *data, uint16_t qid, uint8_t flid, qidx_t pidx) in enetc_isc_rxd_flush() 1390 enetc_timer(if_ctx_t ctx, uint16_t qid) in enetc_timer()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | usb_sdio.c | 45 enum mt76_txq_id qid, struct ieee80211_sta *sta, in mt7663_usb_sdio_write_txwi() 182 enum mt76_txq_id qid, struct mt76_wcid *wcid, in mt7663_usb_sdio_tx_prepare_skb()
|
/freebsd/sys/fs/p9fs/ |
H A D | p9_client.h | 99 struct p9_qid qid; /* server identifier */ member 108 struct p9_qid qid; /* 9P server qid for this dirent */ member
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | usb.c | 357 enum mt76_rxq_id qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_refill_rx() local 394 enum mt76_rxq_id qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_rx_urb_alloc() local 590 mt76u_submit_rx_buf(struct mt76_dev *dev, enum mt76_rxq_id qid, in mt76u_submit_rx_buf() 605 int qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_process_rx_queue() local 642 mt76u_submit_rx_buffers(struct mt76_dev *dev, enum mt76_rxq_id qid) in mt76u_submit_rx_buffers() 662 mt76u_alloc_rx_queue(struct mt76_dev *dev, enum mt76_rxq_id qid) in mt76u_alloc_rx_queue() 855 enum mt76_txq_id qid, struct sk_buff *skb, in mt76u_tx_queue_skb()
|
H A D | tx.c | 299 __mt76_tx_queue_skb(struct mt76_phy *phy, int qid, struct sk_buff *skb, in __mt76_tx_queue_skb() 336 int qid = skb_get_queue_mapping(skb); in mt76_tx() local 460 enum mt76_txq_id qid = mt76_txq_get_qid(txq); in mt76_txq_send_burst() local 521 mt76_txq_schedule_list(struct mt76_phy *phy, enum mt76_txq_id qid) in mt76_txq_schedule_list() 575 void mt76_txq_schedule(struct mt76_phy *phy, enum mt76_txq_id qid) in mt76_txq_schedule()
|
H A D | sdio.c | 304 int mt76s_alloc_rx_queue(struct mt76_dev *dev, enum mt76_rxq_id qid) in mt76s_alloc_rx_queue() 385 int qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76s_process_rx_queue() local 518 enum mt76_txq_id qid, struct sk_buff *skb, in mt76s_tx_queue_skb()
|
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_lib.c | 2035 int rc = 0, qid = 0; in collect_cim_obq_ulp0() local 2046 int rc = 0, qid = 1; in collect_cim_obq_ulp1() local 2057 int rc = 0, qid = 2; in collect_cim_obq_ulp2() local 2068 int rc = 0, qid = 3; in collect_cim_obq_ulp3() local 2079 int rc = 0, qid = 4; in collect_cim_obq_sge() local 2090 int rc = 0, qid = 5; in collect_cim_obq_ncsi() local 2101 int rc = 0, qid = 6; in collect_obq_sge_rx_q0() local 2112 int rc = 0, qid = 7; in collect_obq_sge_rx_q1() local 2121 struct cudbg_error *cudbg_err, int qid) in read_cim_obq() 2177 int rc = 0, qid = 0; in collect_cim_ibq_tp0() local [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | pci_mac.c | 9 enum mt76_txq_id qid, struct mt76_wcid *wcid, in mt7921e_tx_prepare_skb()
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwn.c | 1397 int qid; in iwn_detach() local 1986 iwn_alloc_tx_ring(struct iwn_softc *sc, struct iwn_tx_ring *ring, int qid) in iwn_alloc_tx_ring() 2117 iwn_check_tx_ring(struct iwn_softc *sc, int qid) in iwn_check_tx_ring() 3248 int i, qid, shift; in iwn_rx_compressed_ba() local 3552 int qid = desc->qid & IWN_RX_DESC_QID_MSK; in iwn4965_tx_done() local 3577 int qid = desc->qid & IWN_RX_DESC_QID_MSK; in iwn5000_tx_done() local 3860 iwn_ampdu_tx_done(struct iwn_softc *sc, int qid, int nframes, int rtsfailcnt, in iwn_ampdu_tx_done() 4156 int qid; in iwn_wakeup_intr() local 4365 iwn4965_update_sched(struct iwn_softc *sc, int qid, int idx, uint8_t id, in iwn4965_update_sched() 4383 iwn5000_update_sched(struct iwn_softc *sc, int qid, int idx, uint8_t id, in iwn5000_update_sched() [all …]
|
/freebsd/sbin/ipfw/ |
H A D | altq.c | 127 altq_qid_to_name(u_int32_t qid) in altq_qid_to_name()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | QueueList.cpp | 47 lldb::QueueSP QueueList::FindQueueByID(lldb::queue_id_t qid) { in FindQueueByID()
|
/freebsd/sys/dev/al_eth/ |
H A D | al_eth.c | 1085 al_eth_refill_rx_bufs(struct al_eth_adapter *adapter, unsigned int qid, in al_eth_refill_rx_bufs() 1148 int qid = tx_ring->ring_id; in al_eth_tx_do_cleanup() local 1583 unsigned int qid = rx_ring->ring_id; in al_eth_rx_recv_work() local 1939 int qid; in al_eth_intr_intx_all() local 1955 int qid; in al_eth_intr_intx_all() local 2276 al_eth_setup_tx_resources(struct al_eth_adapter *adapter, int qid) in al_eth_setup_tx_resources() 2373 al_eth_free_tx_resources(struct al_eth_adapter *adapter, int qid) in al_eth_free_tx_resources() 2446 al_eth_setup_rx_resources(struct al_eth_adapter *adapter, unsigned int qid) in al_eth_setup_rx_resources() 2548 al_eth_free_rx_resources(struct al_eth_adapter *adapter, unsigned int qid) in al_eth_free_rx_resources() 3042 int qid) in al_eth_udma_queue_enable()
|
/freebsd/sys/dev/nvmf/host/ |
H A D | nvmf_qpair.c | 256 bool admin, u_int qid) in nvmf_sysctls_qp() 286 const nvlist_t *nvl, const char *name, u_int qid) in nvmf_init_qp()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_mtag.h | 50 u_int16_t qid; /* queue id */ member
|