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

/freebsd-10.1-release/sys/dev/mrsas/
H A Dmrsas.c104 int mrsas_alloc_tmp_dcmd(struct mrsas_softc *sc, struct mrsas_tmp_dcmd *tcmd,
3262 struct mrsas_tmp_dcmd *tcmd; local
3272 tcmd = malloc(sizeof(struct mrsas_tmp_dcmd), M_MRSAS, M_NOWAIT);
3274 if (mrsas_alloc_tmp_dcmd(sc, tcmd, pd_list_size) != SUCCESS) {
3280 pd_list_mem = tcmd->tmp_dcmd_mem;
3281 pd_list_phys_addr = tcmd->tmp_dcmd_phys_addr;
3318 mrsas_free_tmp_dcmd(tcmd);
3320 free(tcmd, M_MRSAS);
3339 struct mrsas_tmp_dcmd *tcmd; local
3349 tcmd
3406 mrsas_alloc_tmp_dcmd(struct mrsas_softc *sc, struct mrsas_tmp_dcmd *tcmd, int size) argument
[all...]

Completed in 40 milliseconds