Home
last modified time | relevance | path

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

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