Home
last modified time | relevance | path

Searched refs:order1 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_db.c79 bitmap_fill(pgdir->order1, in hns_roce_alloc_db_pgdir()
82 pgdir->bits[1] = pgdir->order1; in hns_roce_alloc_db_pgdir()
171 if (bitmap_full(db->u.pgdir->order1, in hns_roce_free_db()
H A Dhns_roce_device.h394 DECLARE_BITMAP(order1, HNS_ROCE_DB_PER_PAGE / HNS_ROCE_DB_TYPE_COUNT);
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c649 bitmap_fill(pgdir->order1, MLX4_DB_PER_PAGE / 2); in mlx4_alloc_db_pgdir()
651 pgdir->bits[1] = pgdir->order1; in mlx4_alloc_db_pgdir()
741 if (bitmap_full(db->u.pgdir->order1, MLX4_DB_PER_PAGE / 2)) { in mlx4_db_free()
/linux/include/linux/mlx4/
H A Ddevice.h663 DECLARE_BITMAP(order1, MLX4_DB_PER_PAGE / 2);
/linux/net/ipv4/
H A Dtcp_input.c397 bool order1, res; in tcp_accecn_process_option() local
430 order1 = (ptr[0] == TCPOPT_ACCECN1); in tcp_accecn_process_option()
450 ecnfield = tcp_accecn_optfield_to_ecnfield(i, order1); in tcp_accecn_process_option()