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 D | emlxs_dfc.c | 4842 if ((rx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { 4874 if ((rx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { 4906 if ((rx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { 4938 if ((tx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { 4982 if ((rx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { 5039 if ((tx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { 5084 if ((rx_mp = emlxs_mem_buf_alloc(hba, MEM_BUF_SIZE)) == 0) { 10531 mp = emlxs_mem_buf_alloc(hba, 10591 mp = emlxs_mem_buf_alloc(hba, 10631 mp = emlxs_mem_buf_alloc(hb [all...] |
H A D | emlxs_mem.c | 1014 emlxs_mem_buf_alloc(emlxs_hba_t *hba, uint32_t size) function 1071 } /* emlxs_mem_buf_alloc() */
|
H A D | emlxs_download.c | 693 if ((mp = emlxs_mem_buf_alloc(hba, (sizeof (mbox_req_hdr_t) + 1663 if ((mp = emlxs_mem_buf_alloc(hba, (sizeof (mbox_req_hdr_t) + 2060 if ((mp = emlxs_mem_buf_alloc(hba, OBJ_MAX_XFER_SIZE)) == NULL) {
|
H A D | emlxs_dump.c | 3610 if ((mp = emlxs_mem_buf_alloc(hba, logSize)) == 0) { 3720 if ((mp = emlxs_mem_buf_alloc(hba, (sizeof (mbox_req_hdr_t) +
|
H A D | emlxs_sli4.c | 2712 mp = emlxs_mem_buf_alloc(hba, EMLXS_XFER_RDY_SIZE); 8195 if ((mp = emlxs_mem_buf_alloc(hba, EMLXS_MAX_NONEMBED_SIZE)) == 0) {
|
/illumos-gate/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,
|
Completed in 99 milliseconds