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

/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_netmap.c65 int black_hole = 0; variable
66 SYSCTL_INT(_hw_cxgbe, OID_AUTO, nm_black_hole, CTLFLAG_RWTUN, &black_hole, 0,
330 (black_hole == 2 ? F_FW_IQ_CMD_FL0PACKEN : 0));
1197 if (black_hole)
1393 MPASS(black_hole == 2);
1423 if (__predict_false(++nframes == rx_nframes) && !black_hole) {
1430 if (black_hole && fl_credits >= 8) {
1447 if (black_hole) {
/freebsd-13-stable/sys/dev/firewire/
H A Dsbp_targ.c142 struct sbp_targ_lstate *black_hole; member in struct:sbp_targ_softc
384 *lstate = sc->black_hole;
446 sc->black_hole = lstate;
512 sc->black_hole = NULL;
2026 if (sc->black_hole != NULL) {
2027 xpt_free_path(sc->black_hole->path);
2028 free(sc->black_hole, M_SBP_TARG);
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx.c4086 if (ahc->black_hole != NULL) {
4087 xpt_free_path(ahc->black_hole->path);
4088 free(ahc->black_hole, M_DEVBUF);
7267 *lstate = ahc->black_hole;
7526 ahc->black_hole = lstate;
7528 if (ahc->black_hole != NULL && ahc->enabled_luns > 0) {
7610 ahc->black_hole = NULL;
7766 lstate = ahc->black_hole;
7783 lstate == ahc->black_hole ? "(Black Holed)" : "");
7788 if (lstate == ahc->black_hole) {
[all...]
H A Daic79xx.h1161 struct ahd_tmode_lstate *black_hole; member in struct:ahd_softc
H A Daic7xxx.h1019 struct ahc_tmode_lstate *black_hole; member in struct:ahc_softc
H A Daic79xx.c5425 if (ahd->black_hole != NULL) {
5426 xpt_free_path(ahd->black_hole->path);
5427 free(ahd->black_hole, M_DEVBUF);
9818 *lstate = ahd->black_hole;
10029 ahd->black_hole = lstate;
10031 if (ahd->black_hole != NULL && ahd->enabled_luns > 0) {
10108 ahd->black_hole = NULL;
10247 lstate = ahd->black_hole;
10262 lstate == ahd->black_hole ? "(Black Holed)" : "");
10266 if (lstate == ahd->black_hole) {
[all...]
H A Daic79xx_osm.c483 lstate = ahd->black_hole;
H A Daic7xxx_osm.c467 lstate = ahc->black_hole;

Completed in 223 milliseconds