Home
last modified time | relevance | path

Searched refs:emlxs_mem_buf_alloc (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c4898 if ((rx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { in emlxs_dfc_send_mbox()
4930 if ((rx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { in emlxs_dfc_send_mbox()
4962 if ((rx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { in emlxs_dfc_send_mbox()
4994 if ((tx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { in emlxs_dfc_send_mbox()
5038 if ((rx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { in emlxs_dfc_send_mbox()
10592 mp = emlxs_mem_buf_alloc(hba, in emlxs_dfc_send_mbox4()
10652 mp = emlxs_mem_buf_alloc(hba, in emlxs_dfc_send_mbox4()
10692 mp = emlxs_mem_buf_alloc(hba, in emlxs_dfc_send_mbox4()
10727 mp = emlxs_mem_buf_alloc(hba, in emlxs_dfc_send_mbox4()
10763 if ((tx_mp = emlxs_mem_buf_alloc(hba, size)) == 0) { in emlxs_dfc_send_mbox4()
[all …]
H A Demlxs_mem.c1051 emlxs_mem_buf_alloc(emlxs_hba_t *hba, uint32_t size) in emlxs_mem_buf_alloc() function
H A Demlxs_dump.c3619 if ((mp = emlxs_mem_buf_alloc(hba, logSize)) == 0) { in emlxs_dump_saturn_log()
3729 if ((mp = emlxs_mem_buf_alloc(hba, (sizeof (mbox_req_hdr_t) + in emlxs_dump_tigershark_log()
H A Demlxs_download.c693 if ((mp = emlxs_mem_buf_alloc(hba, (sizeof (mbox_req_hdr_t) + in emlxs_be_read_fw_version()
1663 if ((mp = emlxs_mem_buf_alloc(hba, (sizeof (mbox_req_hdr_t) + in emlxs_be_fw_download()
2060 if ((mp = emlxs_mem_buf_alloc(hba, OBJ_MAX_XFER_SIZE)) == NULL) { in emlxs_obj_fw_download()
H A Demlxs_sli4.c3070 mp = emlxs_mem_buf_alloc(hba, EMLXS_XFER_RDY_SIZE); in emlxs_sli4_fct_bde_setup()
8588 if ((mp = emlxs_mem_buf_alloc(hba, EMLXS_MAX_NONEMBED_SIZE)) == 0) { in emlxs_sli4_post_sgl_pages()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h564 extern MATCHMAP *emlxs_mem_buf_alloc(emlxs_hba_t *hba,