Searched refs:black_hole (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/dev/cxgbe/
H A Dt4_netmap.c67 int black_hole = 0; variable
68 SYSCTL_INT(_hw_cxgbe, OID_AUTO, nm_black_hole, CTLFLAG_RDTUN, &black_hole, 0,
140 (black_hole == 2 ? F_FW_IQ_CMD_FL0PACKEN : 0));
777 if (black_hole)
930 if (black_hole != 2) {
980 if (black_hole && fl_credits >= 8) {
987 } else if (!black_hole) {
999 if (black_hole) {
/freebsd-11.0-release/sys/dev/firewire/
H A Dsbp_targ.c140 struct sbp_targ_lstate *black_hole; member in struct:sbp_targ_softc
386 *lstate = sc->black_hole;
448 sc->black_hole = lstate;
514 sc->black_hole = NULL;
2035 if (sc->black_hole != NULL) {
2036 xpt_free_path(sc->black_hole->path);
2037 free(sc->black_hole, M_SBP_TARG);
/freebsd-11.0-release/sys/dev/aic7xxx/
H A Daic7xxx.c4103 if (ahc->black_hole != NULL) {
4104 xpt_free_path(ahc->black_hole->path);
4105 free(ahc->black_hole, M_DEVBUF);
7299 *lstate = ahc->black_hole;
7559 ahc->black_hole = lstate;
7561 if (ahc->black_hole != NULL && ahc->enabled_luns > 0) {
7644 ahc->black_hole = NULL;
7801 lstate = ahc->black_hole;
7818 lstate == ahc->black_hole ? "(Black Holed)" : "");
7823 if (lstate == ahc->black_hole) {
[all...]
H A Daic79xx.h1159 struct ahd_tmode_lstate *black_hole; member in struct:ahd_softc
H A Daic7xxx.h1017 struct ahc_tmode_lstate *black_hole; member in struct:ahc_softc
H A Daic79xx.c5455 if (ahd->black_hole != NULL) {
5456 xpt_free_path(ahd->black_hole->path);
5457 free(ahd->black_hole, M_DEVBUF);
9871 *lstate = ahd->black_hole;
10081 ahd->black_hole = lstate;
10083 if (ahd->black_hole != NULL && ahd->enabled_luns > 0) {
10161 ahd->black_hole = NULL;
10301 lstate = ahd->black_hole;
10316 lstate == ahd->black_hole ? "(Black Holed)" : "");
10320 if (lstate == ahd->black_hole) {
[all...]
H A Daic79xx_osm.c486 lstate = ahd->black_hole;
H A Daic7xxx_osm.c471 lstate = ahc->black_hole;

Completed in 116 milliseconds