Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c229 mb4->un.varSLIConfig.be.payload_length = IOCTL_HEADER_SZ; in emlxs_mb_resetport()
286 IOCTL_HEADER_SZ; in emlxs_mb_noop()
364 sizeof (IOCTL_COMMON_EQ_CREATE) + IOCTL_HEADER_SZ; in emlxs_mb_eq_create()
441 sizeof (IOCTL_COMMON_CQ_CREATE) + IOCTL_HEADER_SZ; in emlxs_mb_cq_create()
534 mb4->un.varSLIConfig.be.payload_length = IOCTL_HEADER_SZ; in emlxs_mb_get_port_name()
575 mb4->un.varSLIConfig.be.payload_length = IOCTL_HEADER_SZ; in emlxs_mb_get_sli4_params()
776 sizeof (IOCTL_FCOE_WQ_CREATE) + IOCTL_HEADER_SZ; in emlxs_mb_wq_create()
803 sizeof (IOCTL_FCOE_WQ_CREATE_V1) + IOCTL_HEADER_SZ; in emlxs_mb_wq_create()
863 sizeof (IOCTL_FCOE_RQ_CREATE) + IOCTL_HEADER_SZ; in emlxs_mb_rq_create()
891 sizeof (IOCTL_FCOE_RQ_CREATE_V1) + IOCTL_HEADER_SZ; in emlxs_mb_rq_create()
[all …]
H A Demlxs_sli4.c8620 size = mp->size - IOCTL_HEADER_SZ; in emlxs_sli4_post_sgl_pages()
8715 sizeof (IOCTL_FCOE_POST_HDR_TEMPLATES) + IOCTL_HEADER_SZ; in emlxs_sli4_post_hdr_tmplates()
H A Demlxs_dfc.c10999 mb->un.varSLIConfig.be.payload_length = IOCTL_HEADER_SZ; in emlxs_dfc_set_be_dcbx()
11055 mb->un.varSLIConfig.be.payload_length = IOCTL_HEADER_SZ; in emlxs_dfc_get_be_dcbx()
H A Demlxs_fcf.c5555 IOCTL_HEADER_SZ; in emlxs_fcoe_fcftab_sol_action()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h4784 #define IOCTL_HEADER_SZ (4 * sizeof (uint32_t)) macro