Home
last modified time | relevance | path

Searched refs:hwrsrc (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cmd.c2540 void *hwrsrc, uint_t size, uint_t hwrsrcindx, uint_t sleepflag) in tavor_cmn_ownership_cmd_post() argument
2593 if (hwrsrc != NULL) { in tavor_cmn_ownership_cmd_post()
2623 data = ((uint64_t *)hwrsrc)[i]; in tavor_cmn_ownership_cmd_post()
2658 if (direction == TAVOR_CMD_RSRC_HW2SW && hwrsrc != NULL) { in tavor_cmn_ownership_cmd_post()
2667 ((uint64_t *)hwrsrc)[i] = data; in tavor_cmn_ownership_cmd_post()
2672 if (hwrsrc != NULL) { in tavor_cmn_ownership_cmd_post()
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c3021 void *hwrsrc, uint_t size, uint_t hwrsrcindx, uint_t sleepflag) in hermon_cmn_ownership_cmd_post() argument
3071 if (hwrsrc != NULL) { in hermon_cmn_ownership_cmd_post()
3095 data = ((uint64_t *)hwrsrc)[i]; in hermon_cmn_ownership_cmd_post()
3127 if (direction == HERMON_CMD_RSRC_HW2SW && hwrsrc != NULL) { in hermon_cmn_ownership_cmd_post()
3137 ((uint64_t *)hwrsrc)[i] = data; in hermon_cmn_ownership_cmd_post()
3142 if (hwrsrc != NULL) { in hermon_cmn_ownership_cmd_post()
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cmd.h674 void *hwrsrc, uint_t size, uint_t hwrsrcindx, uint_t sleepflag);
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h754 void *hwrsrc, uint_t size, uint_t hwrsrcindx, uint_t sleepflag);