Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.h50 u16 max_sgid; member
H A Dqplib_sp.c174 attr->max_sgid = le32_to_cpu(sb->max_gid); in bnxt_qplib_get_dev_attr()
175 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.c888 rc = bnxt_qplib_alloc_sgid_tbl(res, &res->sgid_tbl, dev_attr->max_sgid); in bnxt_qplib_alloc_res()
H A Dib_verbs.c224 port_attr->gid_tbl_len = dev_attr->max_sgid; in bnxt_re_query_port()