Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h365 uint_t hca_max_lso_size; member
460 uint_t hca_max_lso_size; member
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c618 if (hca_attrs->hca_max_lso_size > EIB_LSO_MAXLEN) { in eib_ibt_record_capab()
621 caps->cp_lso_maxlen = hca_attrs->hca_max_lso_size; in eib_ibt_record_capab()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h516 uint_t hca_max_lso_size; member
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2931 (x)->hca_max_lso_size = (y)->hca_max_lso_size; \
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2453 if (hca_attrs.hca_max_lso_size > 0) { in ibd_record_capab()
2455 if (hca_attrs.hca_max_lso_size > IBD_LSO_MAXLEN) in ibd_record_capab()
2459 hca_attrs.hca_max_lso_size; in ibd_record_capab()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c2491 hca_attr->hca_max_lso_size = in hermon_soft_state_init()