Home
last modified time | relevance | path

Searched refs:MBOX_EXTENSION_SIZE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h86 #define SLI2_SLIM2_SIZE (MBOX_SIZE + MBOX_EXTENSION_SIZE + \
98 #define SLI3_SLIM2_SIZE (MBOX_SIZE + MBOX_EXTENSION_SIZE + \
2202 #define DL_SLIM_SEG_BYTE_COUNT MBOX_EXTENSION_SIZE
H A Demlxs_mbox.h41 #define MBOX_EXTENSION_SIZE 1024 macro
43 #define MBOX_EXTENSION_SIZE 0
4888 uint8_t mbxExt[MBOX_EXTENSION_SIZE];
4891 (sizeof (MAILBOX) + MBOX_EXTENSION_SIZE))];
4899 uint8_t mbxExt[MBOX_EXTENSION_SIZE];
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c1815 buf_info->size = EMLXS_BOOTSTRAP_MB_SIZE + MBOX_EXTENSION_SIZE; in emlxs_sli4_map_hdw()
1828 MBOX_EXTENSION_SIZE; in emlxs_sli4_map_hdw()
3630 EMLXS_BOOTSTRAP_MB_SIZE + MBOX_EXTENSION_SIZE, in emlxs_sli4_issue_bootstrap()
3660 EMLXS_BOOTSTRAP_MB_SIZE + MBOX_EXTENSION_SIZE, in emlxs_sli4_issue_bootstrap()
H A Demlxs_dfc.c4713 if (dfc->buf3_size > MBOX_EXTENSION_SIZE) { in emlxs_dfc_send_mbox()
4729 if (dfc->buf4_size > MBOX_EXTENSION_SIZE) { in emlxs_dfc_send_mbox()
H A Demlxs_sli3.c6231 sizeof (MAILBOX) + MBOX_EXTENSION_SIZE; in emlxs_mb_config_port()