Searched refs:intr_vector (Results 1 – 16 of 16) sorted by relevance
| /trueos/sys/sparc64/sparc64/ |
| HD | intr_machdep.c | 82 CTASSERT((1 << IV_SHIFT) == sizeof(struct intr_vector)); 88 struct intr_vector intr_vectors[IV_MAX]; 115 static void intr_assign_next_cpu(struct intr_vector *iv); 218 struct intr_vector *iv; in intr_stray_vector() 263 struct intr_vector *iv; in intr_assign_cpu() 288 struct intr_vector *iv; in intr_execute_handlers() 300 struct intr_vector *iv; in intr_controller_register() 336 struct intr_vector *iv; in inthand_add() 401 struct intr_vector *iv; in inthand_remove() 432 struct intr_vector *iv; in intr_describe() [all …]
|
| HD | interrupt.S | 70 ENTRY(intr_vector) 154 END(intr_vector)
|
| HD | genassym.c | 166 ASSYM(IV_FUNC, offsetof(struct intr_vector, iv_func)); 167 ASSYM(IV_ARG, offsetof(struct intr_vector, iv_arg)); 168 ASSYM(IV_PRI, offsetof(struct intr_vector, iv_pri));
|
| HD | upa.c | 461 struct intr_vector *iv = arg; in upa_intr_enable() 472 struct intr_vector *iv = arg; in upa_intr_disable() 482 struct intr_vector *iv = arg; in upa_intr_assign()
|
| HD | exception.S | 586 .macro intr_vector macro 589 bnz,a,pt %xcc, intr_vector 2004 intr_vector ! 0x60 2109 intr_vector ! 0x260
|
| /trueos/sys/sparc64/include/ |
| HD | intr_machdep.h | 78 struct intr_vector { struct 92 extern struct intr_vector intr_vectors[]; argument
|
| /trueos/sys/dev/nxge/xgehal/ |
| HD | xgehal-config.c | 191 if ((new_queue->intr_vector < XGE_HAL_MIN_FIFO_QUEUE_INTR_VECTOR) || in __hal_fifo_queue_check() 192 (new_queue->intr_vector > XGE_HAL_MAX_FIFO_QUEUE_INTR_VECTOR)) { in __hal_fifo_queue_check() 287 if ((new_config->intr_vector < XGE_HAL_MIN_RING_QUEUE_INTR_VECTOR) || in __hal_ring_queue_check() 288 (new_config->intr_vector > XGE_HAL_MAX_RING_QUEUE_INTR_VECTOR)) { in __hal_ring_queue_check()
|
| HD | xgehal-fifo.c | 466 !hldev->config.fifo.queue[i].intr_vector || in __hal_fifo_hw_initialize() 484 hldev->config.fifo.queue[i].intr_vector); in __hal_fifo_hw_initialize()
|
| HD | xgehal-ring.c | 611 !hldev->config.ring.queue[i].intr_vector || in __hal_ring_hw_initialize() 629 hldev->config.ring.queue[i].intr_vector); in __hal_ring_hw_initialize()
|
| HD | xgehal-device.c | 6671 hldev->config.fifo.queue[channel->post_qid].intr_vector = in xge_hal_channel_msix_set() 6681 hldev->config.ring.queue[channel->post_qid].intr_vector = in xge_hal_channel_msix_set()
|
| /trueos/sys/sparc64/fhc/ |
| HD | fhc.c | 361 struct intr_vector *iv = arg; in fhc_intr_enable() 372 struct intr_vector *iv = arg; in fhc_intr_disable() 382 struct intr_vector *iv = arg; in fhc_intr_assign() 393 struct intr_vector *iv = arg; in fhc_intr_clear()
|
| /trueos/sys/dev/nxge/include/ |
| HD | xgehal-config.h | 234 int intr_vector; member 391 int intr_vector; member
|
| /trueos/sys/sparc64/sbus/ |
| HD | sbus.c | 618 struct intr_vector *iv = arg; in sbus_intr_enable() 628 struct intr_vector *iv = arg; in sbus_intr_disable() 637 struct intr_vector *iv = arg; in sbus_intr_assign() 647 struct intr_vector *iv = arg; in sbus_intr_clear()
|
| /trueos/sys/sparc64/pci/ |
| HD | fire.c | 98 static inline void fire_msiq_common(struct intr_vector *iv, 1531 struct intr_vector *iv; in fire_intr_enable() 1569 struct intr_vector *iv; in fire_intr_disable() 1583 struct intr_vector *iv; in fire_intr_assign() 1606 struct intr_vector *iv; in fire_intr_clear() 1774 struct intr_vector *iv; in fire_msiq_handler() 1802 struct intr_vector *iv; in fire_msiq_filter() 1826 fire_msiq_common(struct intr_vector *iv, struct fire_msiqarg *fmqa) in fire_msiq_common()
|
| HD | psycho.c | 1120 struct intr_vector *iv = arg; in psycho_intr_enable() 1130 struct intr_vector *iv = arg; in psycho_intr_disable() 1139 struct intr_vector *iv = arg; in psycho_intr_assign() 1149 struct intr_vector *iv = arg; in psycho_intr_clear()
|
| HD | schizo.c | 1270 struct intr_vector *iv = arg; in schizo_intr_enable() 1280 struct intr_vector *iv = arg; in schizo_intr_disable() 1289 struct intr_vector *iv = arg; in schizo_intr_assign() 1299 struct intr_vector *iv = arg; in schizo_intr_clear()
|