Home
last modified time | relevance | path

Searched refs:bus_dev_func (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c686 *pUM->bus_dev_func = 0; in BnxeAttachDevice()
691 snprintf(pUM->bus_dev_func, in BnxeAttachDevice()
692 sizeof(pUM->bus_dev_func), in BnxeAttachDevice()
H A Dbnxe.h600 char bus_dev_func[BNXE_STR_SIZE]; member
H A Dbnxe_kstat.c594 strncpy(pStats->devBDF.value.c, pUM->bus_dev_func, sizeof(pStats->devBDF.value.c)); in BnxeKstatUpdate()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede.h810 char bus_dev_func[QEDE_STR_SIZE]; member
H A Dqede_main.c3575 *qede->bus_dev_func = 0; in qede_attach()
3584 snprintf(qede->bus_dev_func, in qede_attach()
3585 sizeof (qede->bus_dev_func), in qede_attach()
H A Dqede_kstat.c291 qede->bus_dev_func, sizeof (pStats->devBDF.value.c)); in qede_kstat_update()
H A Dqede_gld.c1815 "%s", qede->bus_dev_func);