Home
last modified time | relevance | path

Searched refs:eq_ptr (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mthca/
Dmthca_eq.c417 static irqreturn_t mthca_tavor_msi_x_interrupt(int irq, void *eq_ptr) in mthca_tavor_msi_x_interrupt() argument
419 struct mthca_eq *eq = eq_ptr; in mthca_tavor_msi_x_interrupt()
451 static irqreturn_t mthca_arbel_msi_x_interrupt(int irq, void *eq_ptr) in mthca_arbel_msi_x_interrupt() argument
453 struct mthca_eq *eq = eq_ptr; in mthca_arbel_msi_x_interrupt()
/freebsd-9-stable/contrib/gcc/
Dggc-common.c832 eq_ptr (const void *p1, const void *p2) in eq_ptr() function
875 ptr_hash = htab_create (10, hash_ptr, eq_ptr, NULL); in ggc_record_overhead()
DChangeLog-200415655 (hash_ptr,eq_ptr,ggc_prune_ptr): New static functions.
/freebsd-9-stable/sys/ofed/drivers/net/mlx4/
Deq.c796 static irqreturn_t mlx4_msi_x_interrupt(int irq, void *eq_ptr) in mlx4_msi_x_interrupt() argument
798 struct mlx4_eq *eq = eq_ptr; in mlx4_msi_x_interrupt()