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.c4842 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 Demlxs_mem.c1014 emlxs_mem_buf_alloc(emlxs_hba_t *hba, uint32_t size) function
1071 } /* emlxs_mem_buf_alloc() */
H A Demlxs_download.c693 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 Demlxs_dump.c3610 if ((mp = emlxs_mem_buf_alloc(hba, logSize)) == 0) {
3720 if ((mp = emlxs_mem_buf_alloc(hba, (sizeof (mbox_req_hdr_t) +
H A Demlxs_sli4.c2712 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 Demlxs_extern.h561 extern MATCHMAP *emlxs_mem_buf_alloc(emlxs_hba_t *hba,

Completed in 99 milliseconds