Searched refs:desc_buf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.h43 (&(((struct i40e_aq_desc *)((R).desc_buf.va))[i]))
49 struct i40e_dma_mem desc_buf; /* descriptor ring memory */ member in struct:i40e_adminq_ring
H A Di40e_adminq.c93 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.asq.desc_buf,
105 i40e_free_dma_mem(hw, &hw->aq.asq.desc_buf);
120 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.arq.desc_buf,
138 i40e_free_dma_mem(hw, &hw->aq.asq.desc_buf);
150 i40e_free_dma_mem(hw, &hw->aq.arq.desc_buf);
273 i40e_free_dma_mem(hw, &hw->aq.arq.desc_buf);
296 i40e_free_dma_mem(hw, &hw->aq.asq.desc_buf);
324 wr32(hw, hw->aq.asq.bal, I40E_LO_DWORD(hw->aq.asq.desc_buf.pa));
325 wr32(hw, hw->aq.asq.bah, I40E_HI_DWORD(hw->aq.asq.desc_buf.pa));
329 if (reg != I40E_LO_DWORD(hw->aq.asq.desc_buf
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c320 char *desc_buf = NULL; local
322 if ((desc_buf = malloc(mgr_ctx->mc_scf_max_value_len + 1)) == NULL)
325 bzero(desc_buf, mgr_ctx->mc_scf_max_value_len + 1);
327 desc_buf[0] = '-';
329 SCF_PG_TM_COMMON_NAME, "C", SCF_TYPE_USTRING, desc_buf,
331 desc_buf[0] = '-';
336 for (x = desc_buf; *x != '\0'; x++)
340 newsize = strlen(desc_buf) + 1;
342 free(desc_buf);
346 (void) snprintf(newbuf, newsize, "%s", desc_buf);
[all...]

Completed in 47 milliseconds