Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h445 #define MessageHdr(_dev, _level) \ argument
448 mm_print_bdf(_level, (void*)(_dev)); \
520 #define MessageHdr(_dev, _level) \ argument
523 mm_print_bdf(_level, (void*)(_dev)); \
586 #define MessageHdr(_dev, _level) \ argument
587 …bug_message("TrLv<%d>, %-12s (%4d): %p ", ((_level) & LV_MASK), __FILE_STRIPPED__, __LINE__, _dev )
662 #define MessageHdr(_dev, _level) \ argument
663 printf("TrLv<%d>, %s (%4d): %p ", ((_level) & LV_MASK), __FILE_STRIPPED__, __LINE__, _dev )
677 #define MessageHdr(_dev, _level) \ argument
680 mm_print_bdf(_level, (void*)(_dev)); \
/illumos-gate/usr/src/cmd/bnu/
H A Dpermission.c797 dev_t _dev[MAXPATHS+1]; local
812 _dev[i] = tempbuf.st_dev;
816 if ( _dev[i] == statbuf.st_dev
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex261 \item \texttt{ecore\_dev\_api.h}.
309 …\item \texttt{ecore\_dev.[ch]} -- Contains much of the functionality of starting/stopping the hard…
313 …f the most \textit{elementary} structures in the ecore, the \texttt{ecore\_dev} and the \texttt{ec…
358 …ayer should utilize the ecore function \myfunc{init\_dp}{init_dp} defined in \texttt{ecore\_dev.c}.
429 … reside in \texttt{ecore\_dev.[ch]}; More accurately, most of the outside API [toward the upper-la…
438 …ruct}{init\_struct} – After allocating and setting of zeroes of the ecore\_dev [the upper-layer re…
449 … that before calling this function, each HW-function of the \texttt{ecore\_dev} should have its `p…
507 …nctions unload, stops the FW/HW for all HW-functions in the \texttt{ecore\_dev} including sending …
940 …se of the ecore (i.e., following ecore\_hw\_prepare()), the \textit{ecore\_dev} field \myindex{num…
1583 The \textit{ecore\_dev} contains an \textit{sriov\_info} field, which is filled very early during i…
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-stats.c514 #define set_latest_stat_cnt(_dev, _p) \ in __hal_stats_update_latest() argument