Searched refs:rsrcp (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_umap.c | 54 hermon_rsrc_t *rsrcp, uint64_t offset, size_t *maplen, int *err); 56 hermon_rsrc_t *rsrcp, offset_t off, size_t *maplen, int *err); 58 hermon_rsrc_t *rsrcp, offset_t off, size_t *maplen, int *err); 60 hermon_rsrc_t *rsrcp, offset_t off, size_t *maplen, int *err); 62 hermon_rsrc_t *rsrcp, offset_t off, size_t *maplen, int *err); 135 hermon_rsrc_t *rsrcp; in hermon_devmap() local 176 rsrcp = (hermon_rsrc_t *)(uintptr_t)value; in hermon_devmap() 189 status = hermon_umap_uarpg(state, dhp, rsrcp, bf_offset, in hermon_devmap() 198 status = hermon_umap_cqmem(state, dhp, rsrcp, off, in hermon_devmap() 207 status = hermon_umap_qpmem(state, dhp, rsrcp, off, in hermon_devmap() [all …]
|
H A D | hermon.c | 306 hermon_rsrc_t *rsrcp; in hermon_open() local 373 rsrcp = NULL; in hermon_open() 378 HERMON_NOSLEEP, &rsrcp); in hermon_open() 385 hr_indx = rsrcp->hr_indx; in hermon_open() 393 MLNX_UMAP_UARPG_RSRC, (uint64_t)(uintptr_t)rsrcp); in hermon_open() 398 hermon_rsrc_free(state, &rsrcp); in hermon_open() 423 hermon_rsrc_free(state, &rsrcp); in hermon_open() 438 rsrcp = (hermon_rsrc_t *)(uintptr_t)value; in hermon_open() 439 dev = makedevice(getmajor(*devp), (rsrcp->hr_indx << in hermon_open() 458 hermon_rsrc_t *rsrcp; in hermon_close() local [all …]
|
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_umap.c | 55 tavor_rsrc_t *rsrcp, size_t *maplen, int *err); 57 tavor_rsrc_t *rsrcp, offset_t off, size_t *maplen, int *err); 59 tavor_rsrc_t *rsrcp, offset_t off, size_t *maplen, int *err); 61 tavor_rsrc_t *rsrcp, offset_t off, size_t *maplen, int *err); 120 tavor_rsrc_t *rsrcp; in tavor_devmap() local 160 rsrcp = (tavor_rsrc_t *)(uintptr_t)value; in tavor_devmap() 176 status = tavor_umap_uarpg(state, dhp, rsrcp, maplen, in tavor_devmap() 188 status = tavor_umap_cqmem(state, dhp, rsrcp, off, in tavor_devmap() 200 status = tavor_umap_qpmem(state, dhp, rsrcp, off, in tavor_devmap() 212 status = tavor_umap_srqmem(state, dhp, rsrcp, off, in tavor_devmap() [all …]
|
H A D | tavor.c | 319 tavor_rsrc_t *rsrcp; in tavor_open() local 392 rsrcp = NULL; in tavor_open() 397 TAVOR_NOSLEEP, &rsrcp); in tavor_open() 407 tr_indx = rsrcp->tr_indx; in tavor_open() 415 MLNX_UMAP_UARPG_RSRC, (uint64_t)(uintptr_t)rsrcp); in tavor_open() 420 tavor_rsrc_free(state, &rsrcp); in tavor_open() 448 tavor_rsrc_free(state, &rsrcp); in tavor_open() 466 rsrcp = (tavor_rsrc_t *)(uintptr_t)value; in tavor_open() 467 dev = makedevice(getmajor(*devp), (rsrcp->tr_indx << in tavor_open() 487 tavor_rsrc_t *rsrcp; in tavor_close() local [all …]
|