Home
last modified time | relevance | path

Searched refs:GID_PRINT_ARGS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dprintk.h36 #define GID_PRINT_ARGS(gid_raw) htons(((u16 *)gid_raw)[0]), htons(((u16 *)gid_raw)[1]),\ macro
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c721 GID_PRINT_ARGS(gid), hash); in find_entry()
959 GID_PRINT_ARGS(cur->ib.dst_gid)); in mlx4_err_rule()
962 GID_PRINT_ARGS(cur->ib.dst_gid_msk)); in mlx4_err_rule()
1241 GID_PRINT_ARGS(gid)); in mlx4_qp_detach_common()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c417 return sprintf(buf, GID_PRINT_FMT"\n", GID_PRINT_ARGS(gid.raw)); in show_port_gid()