Searched refs:ncb (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_low.c | 2999 struct slccb *ncb, *cb; local 3026 for (ncb = TAILQ_FIRST(&slp->sl_start); ncb != NULL; 3027 ncb = TAILQ_NEXT(ncb, ccb_chain)) 3029 if (ncb->li == li) 3040 ncb->ccb_flags &= ~CCB_STARTQ; 3041 TAILQ_REMOVE(&slp->sl_start, ncb, ccb_chain); 3043 scsi_low_dealloc_qtag(ncb); 3044 ncb->ccb_tag = cb->ccb_tag; 3045 ncb->ccb_otag = cb->ccb_otag; 3052 slp->sl_Qnexus = ncb; [all …]
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-dpi-defs.h | 1233 uint64_t ncb : 1; /**< NCB Register Access member 1243 uint64_t ncb : 1; 1254 uint64_t ncb : 1; /**< NCB Register Access member 1264 uint64_t ncb : 1;
|
| HD | cvmx-tim-defs.h | 947 …uint64_t ncb : 1; /**< BiST result of the NCB memories (0=pass, !0=fai… member 951 uint64_t ncb : 1;
|
| HD | cvmx-pko-defs.h | 2432 …uint64_t ncb : 1; /**< BiST result of the NCB memories (0=pass, !0=fai… member 2448 uint64_t ncb : 1;
|
| /NextBSD/sys/dev/ncr/ |
| HD | ncr.c | 429 struct ncb; 432 typedef struct ncb * ncb_p; 960 struct ncb { struct 1348 #define NADDR(label) (RELOC_SOFTC | offsetof(struct ncb, label)) 1374 SCR_COPY (sizeof (((struct ncb *)0)->heartbeat)), 3337 ncb_p np = (struct ncb*) device_get_softc(dev); 6673 static int ncr_regtest (struct ncb* np) 6697 static int ncr_snooptest (struct ncb* np) 7101 sizeof(struct ncb),
|
| /NextBSD/crypto/openssl/ssl/ |
| HD | t1_lib.c | 722 nid_cb_st ncb; in tls1_set_curves_list() local 723 ncb.nidcnt = 0; in tls1_set_curves_list() 724 if (!CONF_parse_list(str, ':', 1, nid_cb, &ncb)) in tls1_set_curves_list() 728 return tls1_set_curves(pext, pextlen, ncb.nid_arr, ncb.nidcnt); in tls1_set_curves_list()
|