Home
last modified time | relevance | path

Searched refs:hca_device_path_len (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h307 uint_t hca_device_path_len; member
402 uint_t hca_device_path_len; member
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2948 (x)->hca_device_path_len = (device_path_len); \
2968 uint_t device_path_alloc_sz, hca_device_path_len; in ibnex_ctl_query_hca() local
3023 hca_device_path_len = strlen(hca_device_path) + 1; in ibnex_ctl_query_hca()
3031 if (device_path_alloc_sz >= hca_device_path_len) in ibnex_ctl_query_hca()
3038 device_path_alloc_sz, hca_device_path_len); in ibnex_ctl_query_hca()
3052 if (device_path_alloc_sz >= hca_device_path_len) in ibnex_ctl_query_hca()
3059 device_path_alloc_sz, hca_device_path_len); in ibnex_ctl_query_hca()
3073 if (device_path_alloc_sz >= hca_device_path_len) { in ibnex_ctl_query_hca()
3076 hca_device_path_len, mode) != 0) { in ibnex_ctl_query_hca()