Home
last modified time | relevance | path

Searched refs:MAX_CT_PAYLOAD (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_event.c483 if (size > MAX_CT_PAYLOAD) { in emlxs_log_ct_event()
484 size = MAX_CT_PAYLOAD; in emlxs_log_ct_event()
H A Demlxs_dfc.c5675 if (rsp_size > MAX_CT_PAYLOAD) { in emlxs_dfc_send_ct()
5684 if (cmd_size > MAX_CT_PAYLOAD) { in emlxs_dfc_send_ct()
8945 if (dfc->buf1_size > MAX_CT_PAYLOAD) { in emlxs_dfc_loopback_test()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h1078 #define MAX_CT_PAYLOAD (1024*320) macro
H A Demlxs_fc.h525 #define MEM_CTBUF_SIZE MAX_CT_PAYLOAD /* (1024*320) */