Searched refs:maxsgl (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | mpt.c | 1313 int maxsgl; in mpt_do_upload() local 1323 maxsgl = (MPT_RQSL(mpt) - sizeof(MSG_FW_UPLOAD) + in mpt_do_upload() 1327 error = mpt_alloc_fw_mem(mpt, mpt->fw_image_size, maxsgl); in mpt_do_upload() 1333 if (mpt->fw_dmap->dm_nsegs > maxsgl) { in mpt_do_upload()
|
| D | mpt_openbsd.c | 1553 mpt_alloc_fw_mem(mpt_softc_t *mpt, uint32_t img_sz, int maxsgl) in mpt_alloc_fw_mem() argument 1558 &mpt->fw_seg, maxsgl, &mpt->fw_rseg, 0); in mpt_alloc_fw_mem() 1571 error = bus_dmamap_create(mpt->sc_dmat, img_sz, maxsgl, img_sz, in mpt_alloc_fw_mem()
|