Searched refs:emlxs_mem_buf_alloc (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.c | 4842 if ((rx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { in emlxs_dfc_send_mbox() 4874 if ((rx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { in emlxs_dfc_send_mbox() 4906 if ((rx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { in emlxs_dfc_send_mbox() 4938 if ((tx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { in emlxs_dfc_send_mbox() 4982 if ((rx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { in emlxs_dfc_send_mbox() 5039 if ((tx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { in emlxs_dfc_send_mbox() 5084 if ((rx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { in emlxs_dfc_send_mbox() 10531 mp = emlxs_mem_buf_alloc(hba, in emlxs_dfc_send_mbox4() 10591 mp = emlxs_mem_buf_alloc(hba, in emlxs_dfc_send_mbox4() 10631 mp = emlxs_mem_buf_alloc(hba, in emlxs_dfc_send_mbox4() [all …]
|
H A D | emlxs_mem.c | 1014 emlxs_mem_buf_alloc(emlxs_hba_t *hba, uint32_t size) in emlxs_mem_buf_alloc() function
|
H A D | emlxs_dump.c | 3610 if ((mp = emlxs_mem_buf_alloc(hba, logSize)) == 0) { in emlxs_dump_saturn_log() 3720 if ((mp = emlxs_mem_buf_alloc(hba, (sizeof (mbox_req_hdr_t) + in emlxs_dump_tigershark_log()
|
H A D | emlxs_download.c | 693 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 D | emlxs_sli4.c | 2712 mp = emlxs_mem_buf_alloc(hba, EMLXS_XFER_RDY_SIZE); in emlxs_sli4_fct_bde_setup() 8195 if ((mp = emlxs_mem_buf_alloc(hba, EMLXS_MAX_NONEMBED_SIZE)) == 0) { in emlxs_sli4_post_sgl_pages()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_extern.h | 561 extern MATCHMAP *emlxs_mem_buf_alloc(emlxs_hba_t *hba,
|