Home
last modified time | relevance | path

Searched defs:que (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/kern/
Dsysv_msg.c103 struct que *que; in sys_msgctl() local
189 struct que *que; in sys_msgget() local
239 struct que *que; in sys_msgsnd() local
315 struct que *que; in sys_msgrcv() local
380 struct que *que, *que2; in que_create() local
424 struct que *que; in que_lookup() local
440 struct que *que; in que_key_lookup() local
459 struct que *que; in que_wakewriters() local
470 que_free(struct que *que) in que_free()
491 msg_create(struct que *que) in msg_create()
[all …]
/openbsd/src/sys/dev/pci/
Dif_em.c647 struct em_queue *que = sc->queues; /* Use only first queue. */ in em_start() local
825 struct em_queue *que = sc->queues; /* Use only first queue. */ in em_watchdog() local
1012 struct em_queue *que = sc->queues; /* single queue */ in em_intr() local
1193 em_encap(struct em_queue *que, struct mbuf *m) in em_encap()
1350 struct em_queue *que = sc->queues; /* single queue chip */ in em_82547_move_tail_locked() local
1422 struct em_queue *que = sc->queues; /* single queue chip */ in em_82547_tx_fifo_reset() local
1607 struct em_queue *que = sc->queues; /* Use only first queue. */ in em_stop() local
1705 struct em_queue *que = NULL; in em_allocate_pci_resources() local
1823 struct em_queue *que = NULL; in em_free_pci_resources() local
2211 struct em_queue *que; in em_allocate_transmit_structures() local
[all …]
Dif_ixv.c433 struct ix_queue *que = sc->queues; in ixv_init() local
561 struct ix_queue *que = arg; in ixv_msix_que() local
1095 struct ix_queue *que = sc->queues; in ixv_enable_intr() local
1165 struct ix_queue *que = sc->queues; in ixv_configure_ivars() local
1260 struct ix_queue *que; in ixv_allocate_msix() local
Dif_ix.c1032 struct ix_queue *que; in ixgbe_enable_queues() local
1072 struct ix_queue *que = vque; in ixgbe_queue_intr() local
1760 struct ix_queue *que; in ixgbe_allocate_msix() local
1876 struct ix_queue *que = sc->queues; in ixgbe_free_pci_resources() local
2140 struct ix_queue *que; in ixgbe_allocate_queues() local
3583 struct ix_queue *que = sc->queues; in ixgbe_configure_ivars() local
Dif_em_hw.c1236 struct em_queue *que; in em_initialize_hardware_bits() local
1563 struct em_queue *que; in em_init_hw() local
/openbsd/src/sys/sys/
Dmsg.h67 struct que { struct
69 int que_ix; /* pseudo-index */ argument
70 int que_flags; argument
71 int que_references; argument
73 TAILQ_ENTRY(que) que_next; argument