Home
last modified time | relevance | path

Searched defs:qid (Results 1 – 25 of 72) sorted by relevance

123

/netbsd-src/sys/dev/ic/
H A Dbcmgenetreg.h101 #define GENET_RX_DMA_RINGBASE(qid) (GENET_RX_BASE + 0xc00 + GENET_DMA_RING_SIZE * (qid)) argument
102 #define GENET_RX_DMA_WRITE_PTR_LO(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x00) argument
103 #define GENET_RX_DMA_WRITE_PTR_HI(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x04) argument
104 #define GENET_RX_DMA_PROD_INDEX(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x08) argument
105 #define GENET_RX_DMA_CONS_INDEX(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x0c) argument
106 #define GENET_RX_DMA_RING_BUF_SIZE(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x10) argument
109 #define GENET_RX_DMA_START_ADDR_LO(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x14) argument
110 #define GENET_RX_DMA_START_ADDR_HI(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x18) argument
111 #define GENET_RX_DMA_END_ADDR_LO(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x1c) argument
112 #define GENET_RX_DMA_END_ADDR_HI(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x20) argument
[all …]
H A Dbcmgenet.c443 genet_set_rxthresh(struct genet_softc * sc,int qid,int usecs,int count) genet_set_rxthresh() argument
469 genet_set_txthresh(struct genet_softc * sc,int qid,int count) genet_set_txthresh() argument
480 genet_init_rings(struct genet_softc * sc,int qid) genet_init_rings() argument
679 genet_rxintr(struct genet_softc * sc,int qid) genet_rxintr() argument
770 genet_txintr(struct genet_softc * sc,int qid) genet_txintr() argument
815 const int qid = GENET_DMA_DEFAULT_QUEUE; genet_start_locked() local
972 genet_setup_dma(struct genet_softc * sc,int qid) genet_setup_dma() argument
1131 const int qid = GENET_DMA_DEFAULT_QUEUE; genet_debug() local
[all...]
H A Dathn.c385 int qid; in athn_detach() local
914 int error, qid; in athn_set_chan() local
954 int error, qid; in athn_switch_chan() local
1811 athn_tx_reclaim(struct athn_softc *sc, int qid) in athn_tx_reclaim()
1834 athn_tx_pending(struct athn_softc *sc, int qid) in athn_tx_pending()
1842 athn_stop_tx_dma(struct athn_softc *sc, int qid) in athn_stop_tx_dma()
1908 int qid; in athn_init_tx_queues() local
2572 int aci, qid; in athn_updateedca() local
2946 int qid; in athn_stop() local
H A Ddwc_eqos.c570 eqos_init_rings(struct eqos_softc *sc, int qid) in eqos_init_rings() argument
800 eqos_rxintr(struct eqos_softc *sc, int qid) in eqos_rxintr() argument
943 eqos_txintr(struct eqos_softc *sc, int qid) in eqos_txintr() argument
1341 eqos_setup_dma(struct eqos_softc * sc,int qid) eqos_setup_dma() argument
H A Darn9003.c747 ar9003_rx_alloc(struct athn_softc *sc, int qid, int count) in ar9003_rx_alloc()
803 ar9003_rx_free(struct athn_softc *sc, int qid) in ar9003_rx_free()
841 int qid, i; in ar9003_rx_enable() local
934 ar9003_rx_process(struct athn_softc *sc, int qid) in ar9003_rx_process()
1090 ar9003_rx_intr(struct athn_softc *sc, int qid) in ar9003_rx_intr()
1105 uint8_t qid, failcnt; in ar9003_tx_process() local
1472 int i, error, totlen, hasqos, qid; in ar9003_tx() local
H A Drt2860.c223 int qid, ntries, error; in rt2860_attach() local
452 int qid; in rt2860_detach() local
1257 rt2860_tx_intr(struct rt2860_softc *sc, int qid) in rt2860_tx_intr()
1637 uint8_t type, qsel, mcs, pid, tid, qid; in rt2860_tx() local
3748 int i, qid, ridx, ntries, error; in rt2860_init() local
4035 int qid; in rt2860_stop() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_process_queue_manager.c37 struct process_queue_manager *pqm, unsigned int qid) in get_queue_by_qid()
51 unsigned int *qid) in find_available_queue_slot()
83 int pqm_set_gws(struct process_queue_manager *pqm, unsigned int qid, in pqm_set_gws()
173 struct file *f, unsigned int qid) in init_user_queue()
200 unsigned int *qid, in pqm_create_queue()
346 int pqm_destroy_queue(struct process_queue_manager *pqm, unsigned int qid) in pqm_destroy_queue()
419 int pqm_update_queue(struct process_queue_manager *pqm, unsigned int qid, in pqm_update_queue()
444 int pqm_set_cu_mask(struct process_queue_manager *pqm, unsigned int qid, in pqm_set_cu_mask()
474 unsigned int qid) in pqm_get_kernel_queue()
486 unsigned int qid, in pqm_get_wave_state()
/netbsd-src/usr.sbin/puffs/mount_9p/
H A Dsubr.c44 qid2vattr(struct vattr *vap, const struct qid9p *qid) in qid2vattr()
85 newp9pnode_qid(struct puffs_usermount *pu, const struct qid9p *qid, in newp9pnode_qid()
H A Dnineproto.c46 proto_getqid(struct puffs_framebuf *pb, struct qid9p *qid) in proto_getqid()
125 struct qid9p qid; in proto_getstat() local
405 uint8_t op, struct qid9p *qid) in proto_expect_qid()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddispatch.c77 dns_qid_t *qid; member
228 dns_qid_t *qid; member
430 dns_hash(dns_qid_t *qid, const isc_sockaddr_t *dest, dns_messageid_t id, in dns_hash()
447 linear_first(dns_qid_t *qid) { in linear_first()
469 linear_next(dns_qid_t *qid, dns_dispentry_t *resp) { in linear_next()
593 dns_qid_t *qid; in new_portentry() local
635 socket_search(dns_qid_t *qid, const isc_sockaddr_t *dest, in_port_t port, in socket_search()
677 dns_qid_t *qid; in get_dispsocket() local
791 dns_qid_t *qid = DNS_QID(disp); in destroy_dispsocket() local
832 dns_qid_t *qid = DNS_QID(disp); in deactivate_dispsocket() local
[all …]
/netbsd-src/sys/altq/
H A Daltq_wfq.h51 u_long qid; member
56 int qid; member
69 int qid; member
H A Daltq_priq.c284 priq_class_create(struct priq_if *pif, int pri, int qlimit, int flags, int qid) in priq_class_create() argument
842 int qid; in priqcmd_add_class() local
[all...]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddispatch.c67 dns_qid_t *qid; global() member
350 dns_hash(dns_qid_t * qid,const isc_sockaddr_t * dest,dns_messageid_t id,in_port_t port) dns_hash() argument
409 entry_search(dns_qid_t * qid,const isc_sockaddr_t * dest,dns_messageid_t id,in_port_t port,unsigned int bucket) entry_search() argument
661 tcp_recv_success(dns_dispatch_t * disp,isc_region_t * region,dns_qid_t * qid,isc_sockaddr_t * peer,dns_dispentry_t ** respp) tcp_recv_success() argument
787 dns_qid_t *qid = NULL; tcp_recv() local
1089 dns_qid_t *qid = NULL; qid_allocate() local
1111 dns_qid_t *qid = NULL; qid_destroy() local
1433 dns_qid_t *qid = NULL; dns_dispatch_add() local
1594 dns_qid_t *qid = mgr->qid; udp_dispentry_cancel() local
1662 dns_qid_t *qid = mgr->qid; tcp_dispentry_cancel() local
/netbsd-src/sys/arch/arm/apple/
H A Dapple_nvme.c218 nvme_ans_tcb(struct nvme_queue *q, unsigned int qid) in nvme_ans_tcb()
274 apple_nvme_intr_establish(struct nvme_softc *sc, uint16_t qid, in apple_nvme_intr_establish()
326 apple_nvme_intr_disestablish(struct nvme_softc *sc, uint16_t qid) in apple_nvme_intr_disestablish()
/netbsd-src/sys/dist/pf/net/
H A Dpf_mtag.h49 u_int32_t qid; /* queue id */ member
/netbsd-src/sys/dev/pci/
H A Dif_ena.c527 uint16_t qid) in ena_init_io_rings_common()
598 ena_free_io_ring_resources(struct ena_adapter *adapter, unsigned int qid) in ena_free_io_ring_resources()
678 ena_setup_tx_resources(struct ena_adapter *adapter, int qid) in ena_setup_tx_resources()
751 ena_free_tx_resources(struct ena_adapter *adapter, int qid) in ena_free_tx_resources()
854 ena_setup_rx_resources(struct ena_adapter *adapter, unsigned int qid) in ena_setup_rx_resources()
946 ena_free_rx_resources(struct ena_adapter *adapter, unsigned int qid) in ena_free_rx_resources()
1158 ena_free_rx_bufs(struct ena_adapter *adapter, unsigned int qid) in ena_free_rx_bufs()
1208 ena_free_tx_bufs(struct ena_adapter *adapter, unsigned int qid) in ena_free_tx_bufs()
1698 unsigned int qid; in ena_rx_cleanup() local
1870 int qid, ena_qid; in ena_cleanup() local
[all …]
H A Dnvme_pci.c313 nvme_pci_intr_establish(struct nvme_softc *sc, uint16_t qid, in nvme_pci_intr_establish()
404 nvme_pci_intr_disestablish(struct nvme_softc *sc, uint16_t qid) in nvme_pci_intr_disestablish()
H A Dif_iwn.c917 int qid; iwn_detach() local
1455 iwn_alloc_tx_ring(struct iwn_softc * sc,struct iwn_tx_ring * ring,int qid) iwn_alloc_tx_ring() argument
2713 int qid; iwn_wakeup_intr() local
2901 iwn4965_update_sched(struct iwn_softc * sc,int qid,int idx,uint8_t id,uint16_t len) iwn4965_update_sched() argument
2921 iwn5000_update_sched(struct iwn_softc * sc,int qid,int idx,uint8_t id,uint16_t len) iwn5000_update_sched() argument
2941 iwn5000_reset_sched(struct iwn_softc * sc,int qid,int idx) iwn5000_reset_sched() argument
5237 int qid = 7 + tid; iwn4965_ampdu_tx_start() local
5273 int qid = 7 + tid; iwn4965_ampdu_tx_stop() local
5296 int qid = 10 + tid; iwn5000_ampdu_tx_start() local
5331 int qid = 10 + tid; iwn5000_ampdu_tx_stop() local
5477 int error, qid; iwn4965_post_alive() local
5530 int error, qid; iwn5000_post_alive() local
6270 int error, chnl, qid; iwn_hw_init() local
6374 int chnl, qid, ntries; iwn_hw_stop() local
[all...]
H A Dif_wpireg.h60 #define WPI_TX_CTL(qid) (0x940 + (qid) * 8) argument
61 #define WPI_TX_BASE(qid) (0x944 + (qid) * 8) argument
62 #define WPI_TX_DESC(qid) (0x980 + (qid) * 80) argument
69 #define WPI_TX_CONFIG(qid) (0xd00 + (qid) * 32) argument
70 #define WPI_TX_CREDIT(qid) (0xd04 + (qid) * 32) argument
71 #define WPI_TX_STATE(qid) (0xd08 + (qid) * 32) argument
164 #define WPI_TX_IDLE(qid) (1 << ((qid) + 24) | 1 << ((qid) + 16)) argument
214 uint8_t qid; member
267 uint8_t qid; member
H A Dif_rtwn.c616 rtwn_alloc_tx_list(struct rtwn_softc *sc, int qid) in rtwn_alloc_tx_list()
682 rtwn_reset_tx_list(struct rtwn_softc *sc, int qid) in rtwn_reset_tx_list()
710 rtwn_free_tx_list(struct rtwn_softc *sc, int qid) in rtwn_free_tx_list()
1835 uint8_t raid, type, tid, qid; in rtwn_tx() local
2019 rtwn_tx_done(struct rtwn_softc *sc, int qid) in rtwn_tx_done()
/netbsd-src/usr.sbin/altq/altqstat/
H A Dqdisc_wfq.c52 int qid; member
/netbsd-src/usr.sbin/mrouted/
H A Dprune.h76 u_int qid : 24; /* traceroute query id */ member
82 u_int qid : 24; /* traceroute query id */ member
/netbsd-src/external/bsd/unbound/dist/services/
H A Dmesh.h228 uint16_t qid; member
256 uint16_t qid; member
H A Dmesh.c398 struct edns_data* edns, struct comm_reply* rep, uint16_t qid, in mesh_new_client()
549 uint16_t qid, mesh_cb_func_type cb, void* cb_arg, int rpz_passthru) in mesh_new_callback()
1598 uint16_t qid, uint16_t qflags) in mesh_state_add_cb()
1627 struct comm_reply* rep, uint16_t qid, uint16_t qflags, in mesh_state_add_reply()
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dlibworker.c622 uint16_t qflags, qid; in libworker_fg() local
704 uint16_t qflags, qid; in libworker_attach_mesh() local
830 uint16_t qflags, qid; in handle_newq() local

123