Searched refs:PMCS_MSG_SIZE (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_param.h | 80 #define PMCS_MSG_SIZE (PMCS_QENTRY_SIZE >> 2) macro
|
H A D | pmcs_def.h | 376 while (_j < PMCS_MSG_SIZE) { \ 386 while (_j < PMCS_MSG_SIZE) { \
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_nvram.c | 332 uint32_t len, seg, off, result, amt, msg[PMCS_MSG_SIZE], *ptr; in pmcs_flash_chunk() 382 COPY_MESSAGE(ptr, msg, PMCS_MSG_SIZE); in pmcs_flash_chunk() 710 bzero(ptr, PMCS_MSG_SIZE << 2); /* PMCS_MSG_SIZE is in dwords */ in pmcs_get_nvmd() 857 bzero(ptr, PMCS_MSG_SIZE << 2); /* PMCS_MSG_SIZE is in dwords */ in pmcs_set_nvmd()
|
H A D | pmcs_ds.c | 46 uint32_t htag, *ptr, msg[PMCS_MSG_SIZE]; in pmcs_get_dev_state() 93 COPY_MESSAGE(ptr, msg, PMCS_MSG_SIZE); in pmcs_get_dev_state() 141 uint32_t htag, *ptr, msg[PMCS_MSG_SIZE]; in pmcs_set_dev_state() 185 COPY_MESSAGE(ptr, msg, PMCS_MSG_SIZE); in pmcs_set_dev_state()
|
H A D | pmcs_sata.c | 625 uint32_t *ptr, msg[PMCS_MSG_SIZE]; in pmcs_run_sata_cmd() 672 COPY_MESSAGE(ptr, msg, PMCS_MSG_SIZE); in pmcs_run_sata_cmd()
|
H A D | pmcs_intr.c | 1305 for (i = 0; i < PMCS_MSG_SIZE - 2; i++) { in pmcs_process_general_event() 1310 iomb[PMCS_MSG_SIZE - 2] = 0; in pmcs_process_general_event() 1311 iomb[PMCS_MSG_SIZE - 1] = 0; in pmcs_process_general_event()
|
H A D | pmcs_subr.c | 968 uint32_t htag, *ptr, status, msg[PMCS_MSG_SIZE << 1]; in pmcs_sas_diag_execute() 1057 uint32_t htag, *ptr, msg[PMCS_MSG_SIZE << 1]; in pmcs_get_time_stamp() 1357 uint32_t msg[PMCS_MSG_SIZE], *ptr, status; in pmcs_deregister_device() 4160 uint32_t msg[PMCS_MSG_SIZE], *ptr, htag, status, ival; in pmcs_expander_get_nphy() 4211 COPY_MESSAGE(ptr, msg, PMCS_MSG_SIZE); in pmcs_expander_get_nphy() 4394 uint32_t status, *ptr, msg[PMCS_MSG_SIZE], htag; in pmcs_expander_content_discover() 4445 COPY_MESSAGE(ptr, msg, PMCS_MSG_SIZE); in pmcs_expander_content_discover() 4876 uint32_t msg[PMCS_MSG_SIZE], *ptr; in pmcs_abort() 5058 uint32_t msg[PMCS_MSG_SIZE], *ptr, status; in pmcs_ssp_tmf() 6155 uint32_t msg[PMCS_MSG_SIZE], *ptr; in pmcs_ack_events()
|
H A D | pmcs_scsa.c | 1016 uint32_t msg[PMCS_MSG_SIZE], *ptr, htag, status; in pmcs_smp_start() 1110 COPY_MESSAGE(ptr, msg, PMCS_MSG_SIZE); in pmcs_smp_start()
|