/openbsd-src/sys/dev/ic/ |
H A D | bcmgenetreg.h | 109 #define GENET_RX_DMA_RINGBASE(qid) (GENET_RX_BASE + 0xc00 + GENET_DMA_RING_SIZE * (qid)) argument 110 #define GENET_RX_DMA_WRITE_PTR_LO(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x00) argument 111 #define GENET_RX_DMA_WRITE_PTR_HI(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x04) argument 112 #define GENET_RX_DMA_PROD_INDEX(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x08) argument 113 #define GENET_RX_DMA_CONS_INDEX(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x0c) argument 114 #define GENET_RX_DMA_RING_BUF_SIZE(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x10) argument 117 #define GENET_RX_DMA_START_ADDR_LO(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x14) argument 118 #define GENET_RX_DMA_START_ADDR_HI(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x18) argument 119 #define GENET_RX_DMA_END_ADDR_LO(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x1c) argument 120 #define GENET_RX_DMA_END_ADDR_HI(qid) (GENET_RX_DMA_RINGBASE(qid) + 0x20) argument [all …]
|
H A D | bcmgenet.c | 311 genet_fill_rx_ring(struct genet_softc *sc, int qid) in genet_fill_rx_ring() argument 516 genet_init_rings(struct genet_softc *sc, int qid) in genet_init_rings() argument 689 genet_rxintr(struct genet_softc * sc,int qid) genet_rxintr() argument 749 genet_txintr(struct genet_softc * sc,int qid) genet_txintr() argument 793 const int qid = GENET_DMA_DEFAULT_QUEUE; genet_start() local 911 genet_setup_dma(struct genet_softc * sc,int qid) genet_setup_dma() argument [all...] |
H A D | athn.c | 401 int qid; in athn_detach() local 875 int error, qid; in athn_set_chan() local 914 int error, qid; in athn_switch_chan() local 1865 athn_tx_reclaim(struct athn_softc *sc, int qid) in athn_tx_reclaim() 1888 athn_tx_pending(struct athn_softc *sc, int qid) in athn_tx_pending() 1895 athn_stop_tx_dma(struct athn_softc *sc, int qid) in athn_stop_tx_dma() 1967 int qid; in athn_init_tx_queues() local 2681 int aci, qid; in athn_updateedca() local 3096 int qid, i; in athn_stop() local
|
H A D | ar9003.c | 720 ar9003_rx_alloc(struct athn_softc *sc, int qid, int count) in ar9003_rx_alloc() 780 ar9003_rx_free(struct athn_softc *sc, int qid) in ar9003_rx_free() 817 int qid, i; in ar9003_rx_enable() local 912 ar9003_rx_process(struct athn_softc *sc, int qid, struct mbuf_list *ml) in ar9003_rx_process() 1060 ar9003_rx_intr(struct athn_softc *sc, int qid) in ar9003_rx_intr() 1080 uint8_t qid, failcnt; in ar9003_tx_process() local 1408 int i, error, totlen, hasqos, qid; in ar9003_tx() local
|
H A D | rt2860.c | 217 int qid, ntries, error; in rt2860_attach() local 403 int qid; in rt2860_detach() local 1206 rt2860_tx_intr(struct rt2860_softc * sc,int qid) rt2860_tx_intr() argument 1544 uint8_t type, qsel, mcs, pid, tid, qid; rt2860_tx() local 3659 int i, qid, ridx, ntries, error; rt2860_init() local 3960 int qid; rt2860_stop() local [all...] |
H A D | mtwreg.h | 49 #define RT2860_TX_BASE_PTR(qid) (0x0230 + (qid) * 16) argument 50 #define RT2860_TX_MAX_CNT(qid) (0x0234 + (qid) * 16) argument 51 #define RT2860_TX_CTX_IDX(qid) (0x0238 + (qid) * 16) argument 52 #define RT2860_TX_DTX_IDX(qid) (0x023c + (qid) * 16) argument 73 #define RT2860_TXQ_IO(qid) (0x041c + (qid) * 4) argument 398 #define RT2860_WRITE_TXQ(qid) (1 << (11 - (qid))) argument 402 #define RT2860_READ_TXQ(qid) (1 << (3 - (qid)) argument
|
/openbsd-src/usr.sbin/smtpd/ |
H A D | report_smtp.c | 22 report_smtp_link_connect(const char *direction, uint64_t qid, const char *rdns, int fcrdns, in report_smtp_link_connect() 42 report_smtp_link_greeting(const char *direction, uint64_t qid, in report_smtp_link_greeting() 58 report_smtp_link_identify(const char *direction, uint64_t qid, const char *method, const char *iden… in report_smtp_link_identify() 74 report_smtp_link_tls(const char *direction, uint64_t qid, const char *ssl) in report_smtp_link_tls() 89 report_smtp_link_disconnect(const char *direction, uint64_t qid) in report_smtp_link_disconnect() 103 report_smtp_link_auth(const char *direction, uint64_t qid, const char *user, const char *result) in report_smtp_link_auth() 119 report_smtp_tx_reset(const char *direction, uint64_t qid, uint32_t msgid) in report_smtp_tx_reset() 134 report_smtp_tx_begin(const char *direction, uint64_t qid, uint32_t msgid) in report_smtp_tx_begin() 149 report_smtp_tx_mail(const char *direction, uint64_t qid, uint32_t msgid, const char *address, int o… in report_smtp_tx_mail() 166 report_smtp_tx_rcpt(const char *direction, uint64_t qid, uint32_t msgid, const char *address, int o… in report_smtp_tx_rcpt() [all …]
|
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_process_queue_manager.c | 33 get_queue_by_qid(struct process_queue_manager * pqm,unsigned int qid) get_queue_by_qid() argument 47 assign_queue_slot_by_qid(struct process_queue_manager * pqm,unsigned int qid) assign_queue_slot_by_qid() argument 61 find_available_queue_slot(struct process_queue_manager * pqm,unsigned int * qid) find_available_queue_slot() argument 95 pqm_set_gws(struct process_queue_manager * pqm,unsigned int qid,void * gws) pqm_set_gws() argument 225 init_user_queue(struct process_queue_manager * pqm,struct kfd_node * dev,struct queue ** q,struct queue_properties * q_properties,struct file * f,struct amdgpu_bo * wptr_bo,unsigned int qid) init_user_queue() argument 272 pqm_create_queue(struct process_queue_manager * pqm,struct kfd_node * dev,struct file * f,struct queue_properties * properties,unsigned int * qid,struct amdgpu_bo * wptr_bo,const struct kfd_criu_queue_priv_data * q_data,const void * restore_mqd,const void * restore_ctl_stack,uint32_t * p_doorbell_offset_in_process) pqm_create_queue() argument 442 pqm_destroy_queue(struct process_queue_manager * pqm,unsigned int qid) pqm_destroy_queue() argument 510 pqm_update_queue_properties(struct process_queue_manager * pqm,unsigned int qid,struct queue_properties * p) pqm_update_queue_properties() argument 536 pqm_update_mqd(struct process_queue_manager * pqm,unsigned int qid,struct mqd_update_info * minfo) pqm_update_mqd() argument 579 pqm_get_kernel_queue(struct process_queue_manager * pqm,unsigned int qid) pqm_get_kernel_queue() argument 591 pqm_get_user_queue(struct process_queue_manager * pqm,unsigned int qid) pqm_get_user_queue() argument 600 pqm_get_wave_state(struct process_queue_manager * pqm,unsigned int qid,void __user * ctl_stack,u32 * ctl_stack_used_size,u32 * save_area_used_size) pqm_get_wave_state() argument 719 pqm_checkpoint_mqd(struct process_queue_manager * pqm,unsigned int qid,void * mqd,void * ctl_stack) pqm_checkpoint_mqd() argument 985 pqm_get_queue_checkpoint_info(struct process_queue_manager * pqm,unsigned int qid,uint32_t * mqd_size,uint32_t * ctl_stack_size) pqm_get_queue_checkpoint_info() argument [all...] |
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/sys/dev/pci/ |
H A D | if_iwn.c | 750 int qid; in iwn_detach() local 1284 iwn_alloc_tx_ring(struct iwn_softc *sc, struct iwn_tx_ring *ring, int qid) in iwn_alloc_tx_ring() 2336 int qid; in iwn_rx_compressed_ba() local 2527 iwn_ampdu_txq_advance(struct iwn_softc *sc, struct iwn_tx_ring *txq, int qid, in iwn_ampdu_txq_advance() 2580 uint8_t qid = agg_status[i].qid; in iwn_ampdu_tx_done() local 2787 int qid, uint16_t len) in iwn_tx_done() 3061 int qid; in iwn_wakeup_intr() local 3239 iwn4965_update_sched(struct iwn_softc *sc, int qid, int idx, uint8_t id, in iwn4965_update_sched() 3257 iwn4965_reset_sched(struct iwn_softc *sc, int qid, int idx) in iwn4965_reset_sched() 3263 iwn5000_update_sched(struct iwn_softc *sc, int qid, int idx, uint8_t id, in iwn5000_update_sched() [all …]
|
H A D | if_iwm.c | 1413 iwm_alloc_tx_ring(struct iwm_softc *sc, struct iwm_tx_ring *ring, int qid) in iwm_alloc_tx_ring() argument 2069 int qid; in iwm_stop_device() local 2310 int qid, err; iwm_nic_tx_init() local 2385 iwm_enable_ac_txq(struct iwm_softc * sc,int qid,int fifo) iwm_enable_ac_txq() argument 2430 iwm_enable_txq(struct iwm_softc * sc,int sta_id,int qid,int fifo,int aggregate,uint8_t tid,uint16_t ssn) iwm_enable_txq() argument 2477 iwm_disable_txq(struct iwm_softc * sc,int sta_id,int qid,uint8_t tid) iwm_disable_txq() argument 3551 int qid = IWM_FIRST_AGG_TX_QUEUE + tid; iwm_sta_tx_agg() local 3768 int qid = IWM_FIRST_AGG_TX_QUEUE + tid; iwm_ampdu_tx_start() local 3801 int qid = IWM_FIRST_AGG_TX_QUEUE + tid; iwm_ampdu_tx_stop() local 5738 uint8_t qid = agg_status[i].qid; iwm_ampdu_tx_done() local 5842 int qid = cmd_hdr->qid; iwm_rx_tx_cmd() local 5958 int qid; iwm_rx_compressed_ba() local 6514 iwm_cmd_done(struct iwm_softc * sc,int qid,int idx,int code) iwm_cmd_done() argument 6548 iwm_update_sched(struct iwm_softc * sc,int qid,int idx,uint8_t sta_id,uint16_t len) iwm_update_sched() argument 6574 iwm_reset_sched(struct iwm_softc * sc,int qid,int idx,uint8_t sta_id) iwm_reset_sched() argument 6720 int qid, hasqos; iwm_tx() local 7249 int qid; iwm_add_sta_cmd() local 7259 int qid = ac; iwm_add_sta_cmd() local 7374 int err, qid; iwm_add_aux_sta() local 8602 int qid = IWM_FIRST_AGG_TX_QUEUE + tid; iwm_bgscan_done_task() local 9054 int qid = IWM_FIRST_AGG_TX_QUEUE + tid; iwm_run_stop() local 10162 int err, i, ac, qid, s; iwm_init_hw() local 10950 int qid, idx, code; iwm_rx_pkt_valid() local 10968 int qid, idx, code, handled = 1; iwm_rx_pkt() local [all...] |
H A D | if_rtwn.c | 621 rtwn_alloc_tx_list(struct rtwn_pci_softc *sc, int qid) in rtwn_alloc_tx_list() 691 rtwn_reset_tx_list(struct rtwn_pci_softc *sc, int qid) in rtwn_reset_tx_list() 723 rtwn_free_tx_list(struct rtwn_pci_softc *sc, int qid) in rtwn_free_tx_list() 988 uint8_t raid, type, tid, qid; in rtwn_tx() local 1198 rtwn_tx_done(struct rtwn_pci_softc *sc, int qid) in rtwn_tx_done()
|
H A D | if_iwnreg.h | 96 #define IWN_FH_TFBD_CTRL0(qid) (0x1900 + (qid) * 8) argument 97 #define IWN_FH_TFBD_CTRL1(qid) (0x1904 + (qid) * 8) argument 99 #define IWN_FH_SRAM_ADDR(qid) (0x19a4 + (qid) * 4) argument 100 #define IWN_FH_CBBC_QUEUE(qid) (0x19d0 + (qid) * 4) argument 106 #define IWN_FH_TX_CONFIG(qid) (0x1d00 + (qid) * 32) argument 107 #define IWN_FH_TXBUF_STATUS(qid) (0x1d08 + (qid) * 32) argument 120 #define IWN4965_SCHED_QUEUE_RDPTR(qid) (IWN_SCHED_BASE + 0x064 + (qid) * 4) argument 121 #define IWN5000_SCHED_QUEUE_RDPTR(qid) (IWN_SCHED_BASE + 0x068 + (qid) * 4) argument 125 #define IWN4965_SCHED_QUEUE_STATUS(qid) (IWN_SCHED_BASE + 0x104 + (qid) * 4) argument 127 #define IWN5000_SCHED_QUEUE_STATUS(qid) (IWN_SCHED_BASE + 0x10c + (qid) * 4) argument [all …]
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | QueueList.cpp | 47 lldb::QueueSP QueueList::FindQueueByID(lldb::queue_id_t qid) { in FindQueueByID()
|
/openbsd-src/sys/dev/usb/ |
H A D | if_mtw.c | 311 int qid, s; in mtw_detach() local 459 mtw_alloc_rx_ring(struct mtw_softc *sc, int qid) in mtw_alloc_rx_ring() 490 mtw_free_rx_ring(struct mtw_softc *sc, int qid) in mtw_free_rx_ring() 507 mtw_alloc_tx_ring(struct mtw_softc *sc, int qid) in mtw_alloc_tx_ring() 548 mtw_free_tx_ring(struct mtw_softc *sc, int qid) in mtw_free_tx_ring() 2229 uint8_t type, mcs, tid, qid; in mtw_tx() local 3066 int i, error, ridx, ntries, qid; in mtw_init() local 3271 int s, ntries, error, qid; in mtw_stop() local
|
H A D | if_run.c | 683 int qid, s; in run_detach() local 762 run_alloc_tx_ring(struct run_softc *sc, int qid) in run_alloc_tx_ring() 803 run_free_tx_ring(struct run_softc *sc, int qid) in run_free_tx_ring() 2415 uint8_t type, mcs, tid, qid; in run_tx() local 4493 int i, error, qid, ridx, ntries; in run_init() local 4741 int s, ntries, qid; in run_stop() local
|
/openbsd-src/usr.sbin/mrouted/ |
H A D | prune.h | 76 u_int qid : 24; /* traceroute query id */ member 82 u_int qid : 24; /* traceroute query id */ member
|
/openbsd-src/usr.sbin/tcpdump/ |
H A D | print-ip.c | 74 u_int qid : 24; /* traceroute query id */ member 78 u_int qid : 24; /* traceroute query id */ member
|
/openbsd-src/usr.sbin/unbound/services/ |
H A D | mesh.h | 228 uint16_t qid; member 256 uint16_t qid; member
|
H A D | mesh.c | 405 struct edns_data* edns, struct comm_reply* rep, uint16_t qid, in mesh_new_client() argument 577 mesh_new_callback(struct mesh_area * mesh,struct query_info * qinfo,uint16_t qflags,struct edns_data * edns,sldns_buffer * buf,uint16_t qid,mesh_cb_func_type cb,void * cb_arg,int rpz_passthru) mesh_new_callback() argument 1666 mesh_state_add_cb(struct mesh_state * s,struct edns_data * edns,sldns_buffer * buf,mesh_cb_func_type cb,void * cb_arg,uint16_t qid,uint16_t qflags) mesh_state_add_cb() argument 1695 mesh_state_add_reply(struct mesh_state * s,struct edns_data * edns,struct comm_reply * rep,uint16_t qid,uint16_t qflags,const struct query_info * qinfo) mesh_state_add_reply() argument [all...] |
/openbsd-src/sbin/unwind/libunbound/services/ |
H A D | mesh.h | 228 uint16_t qid; member 256 uint16_t qid; member
|
H A D | mesh.c | 405 struct edns_data* edns, struct comm_reply* rep, uint16_t qid, in mesh_new_client() argument 577 mesh_new_callback(struct mesh_area * mesh,struct query_info * qinfo,uint16_t qflags,struct edns_data * edns,sldns_buffer * buf,uint16_t qid,mesh_cb_func_type cb,void * cb_arg,int rpz_passthru) mesh_new_callback() argument 1666 mesh_state_add_cb(struct mesh_state * s,struct edns_data * edns,sldns_buffer * buf,mesh_cb_func_type cb,void * cb_arg,uint16_t qid,uint16_t qflags) mesh_state_add_cb() argument 1695 mesh_state_add_reply(struct mesh_state * s,struct edns_data * edns,struct comm_reply * rep,uint16_t qid,uint16_t qflags,const struct query_info * qinfo) mesh_state_add_reply() argument [all...] |
/openbsd-src/sbin/unwind/libunbound/libunbound/ |
H A D | libworker.c | 607 uint16_t qflags, qid; libworker_fg() local 689 uint16_t qflags, qid; libworker_attach_mesh() local 815 uint16_t qflags, qid; handle_newq() local [all...] |
/openbsd-src/usr.sbin/unbound/libunbound/ |
H A D | libworker.c | 607 uint16_t qflags, qid; libworker_fg() local 689 uint16_t qflags, qid; libworker_attach_mesh() local 815 uint16_t qflags, qid; handle_newq() local [all...] |
/openbsd-src/sys/arch/octeon/dev/ |
H A D | cn30xxpkovar.h | 149 cn30xxpko_op_doorbell_write(int pid, int qid, int wdc) in cn30xxpko_op_doorbell_write()
|