Searched refs:rss_bitmap (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c670 qpg_data->rss_bitmap = kzalloc(alloc, GFP_KERNEL);
671 if (qpg_data->rss_bitmap == NULL) {
675 bitmap_fill(qpg_data->rss_bitmap, rss_align_num);
723 kfree(qpg_data->rss_bitmap);
757 idx = find_first_bit(qpg_data->rss_bitmap,
761 old = test_and_clear_bit(idx, qpg_data->rss_bitmap);
787 set_bit(qpn, qpg_data->rss_bitmap);
H A Dmlx4_ib.h275 unsigned long *rss_bitmap; member in struct:mlx4_ib_qpg_data

Completed in 114 milliseconds