Searched refs:module_init_order (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h93 #define module_init_order(fn, order) \ macro
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_main.c142 module_init_order(mlx5_fpga_tools_init, SI_ORDER_SECOND);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c307 module_init_order(mlx4_en_init, SI_ORDER_SIXTH);
/freebsd-11-stable/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c595 module_init_order(ib_madeye_init, SI_ORDER_THIRD);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_main.c1274 module_init_order(mthca_init, SI_ORDER_SEVENTH);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_device.c1080 module_init_order(ib_core_init, SI_ORDER_FIRST);
H A Dib_iwcm.c1055 module_init_order(iw_cm_init, SI_ORDER_FIRST);
H A Dib_ucm.c1374 module_init_order(ib_ucm_init, SI_ORDER_FIFTH);
H A Dib_uverbs_main.c1434 module_init_order(ib_uverbs_init, SI_ORDER_FIFTH);
H A Dib_user_mad.c1408 module_init_order(ib_umad_init, SI_ORDER_FIFTH);
H A Dib_ucma.c1785 module_init_order(ucma_init, SI_ORDER_FIFTH);
H A Dib_cma.c4436 module_init_order(cma_init, SI_ORDER_FOURTH);
H A Dib_cm.c4182 module_init_order(ib_cm_init, SI_ORDER_SECOND);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1740 module_init_order(ipoib_init_module, SI_ORDER_FIFTH);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c2048 module_init_order(init, SI_ORDER_FIRST);
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c4220 module_init_order(mlx4_init, SI_ORDER_FIRST);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3402 module_init_order(mlx5_ib_init, SI_ORDER_SEVENTH);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c3328 module_init_order(mlx4_ib_init, SI_ORDER_SEVENTH);
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c4257 module_init_order(mlx5e_init, SI_ORDER_SIXTH);

Completed in 231 milliseconds