Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h133 #define FCIP_UB_SIZE 65535 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c439 static uint32_t fcip_ub_size = FCIP_UB_SIZE;
2839 if (len < hdrlen || len > FCIP_UB_SIZE) { in fcip_data_cb()