Searched refs:mcg_warn_group (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | mcg.c | 50 #define mcg_warn_group(group, format, arg...) \ macro 140 mcg_warn_group(group, "did not expect to reach zero\n"); \ 455 mcg_warn_group(group, "releasing a group with non empty pending list\n"); in release_group() 561 mcg_warn_group(group, "DRIVER BUG\n"); in mlx4_ib_mcg_timeout_handler() 571 mcg_warn_group(group, "invalid state %s\n", get_state_string(group->state)); in mlx4_ib_mcg_timeout_handler() 662 …mcg_warn_group(group, "Got MAD response to existing MGID but wrong TID, dropping. Resp TID=%llx, g… in mlx4_ib_mcg_work_handler() 681 mcg_warn_group(group, "no request for failed join\n"); in mlx4_ib_mcg_work_handler() 965 mcg_warn_group(group, "Port %d, Func %d has too many pending requests (%d), dropping\n", in mlx4_ib_mcg_multiplex_handler() 1104 …mcg_warn_group(group, "group refcount %d!!! (pointer %p)\n", atomic_read(&group->refcount), group); in _mlx4_ib_mcg_port_cleanup() 1190 mcg_warn_group(group, "DRIVER BUG: list_empty %d, num_pend_reqs %d\n", in clear_pending_reqs() [all …]
|