Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dfw.h125 int max_gso_sz; member
H A Dmlx4_fw.c877 dev_cap->max_gso_sz = 0; in mlx4_QUERY_DEV_CAP()
879 dev_cap->max_gso_sz = 1 << field; in mlx4_QUERY_DEV_CAP()
1150 mlx4_dbg(dev, "Max GSO size: %d\n", dev_cap->max_gso_sz); in mlx4_dev_cap_dump()
H A Dmlx4_main.c429 dev->caps.max_gso_sz = dev_cap->max_gso_sz; in mlx4_dev_cap()
/freebsd/sys/dev/mlx4/
H A Ddevice.h596 int max_gso_sz; member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c501 if (dev->dev->caps.max_gso_sz && in mlx4_ib_query_device()
H A Dmlx4_ib_qp.c1680 ilog2(dev->dev->caps.max_gso_sz); in __mlx4_ib_modify_qp()