Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_event.c361 if (size > MAX_RSCN_PAYLOAD) { in emlxs_log_rscn_event()
362 size = MAX_RSCN_PAYLOAD; in emlxs_log_rscn_event()
402 if (size > MAX_RSCN_PAYLOAD) { in emlxs_log_vportrscn_event()
403 size = MAX_RSCN_PAYLOAD; in emlxs_log_vportrscn_event()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h1077 #define MAX_RSCN_PAYLOAD 1024 macro