Home
last modified time | relevance | path

Searched refs:max_sgid (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/infiniband/hw/bng_re/
H A Dbng_sp.c107 attr->max_sgid = le32_to_cpu(sb->max_gid); in bng_re_get_dev_attr()
108 attr->max_sgid = min_t(u32, BNG_RE_NUM_GIDS_SUPPORTED, 2 * attr->max_sgid); in bng_re_get_dev_attr()
H A Dbng_sp.h16 u16 max_sgid; member
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.h50 u16 max_sgid; member
H A Dqplib_sp.c175 attr->max_sgid = le32_to_cpu(sb->max_gid); in bnxt_qplib_get_dev_attr()
176 attr->max_sgid = min_t(u32, BNXT_QPLIB_NUM_GIDS_SUPPORTED, 2 * attr->max_sgid); in bnxt_qplib_get_dev_attr()
H A Dqplib_res.c880 rc = bnxt_qplib_alloc_sgid_tbl(res, &res->sgid_tbl, dev_attr->max_sgid); in bnxt_qplib_alloc_res()
H A Dib_verbs.c292 port_attr->gid_tbl_len = (rdev->rcfw.roce_mirror ? (dev_attr->max_sgid - 1) : in bnxt_re_query_port()
293 dev_attr->max_sgid); in bnxt_re_query_port()