Home
last modified time | relevance | path

Searched refs:ncb (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dncr53c8xx.c1129 struct ncb;
1597 struct ncb { struct
1919 static void ncr_alloc_ccb (struct ncb *np, u_char tn, u_char ln);
1920 static void ncr_complete (struct ncb *np, struct ccb *cp);
1921 static void ncr_exception (struct ncb *np);
1922 static void ncr_free_ccb (struct ncb *np, struct ccb *cp);
1923 static void ncr_init_ccb (struct ncb *np, struct ccb *cp);
1924 static void ncr_init_tcb (struct ncb *np, u_char tn);
1925 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln);
1926 static struct lcb * ncr_setup_lcb (struct ncb *np, struct scsi_device *sdev);
[all …]
/linux-4.4.14/drivers/iommu/
Dmsm_iommu.h52 int ncb; member
85 int ncb; member
Dmsm_iommu_dev.c87 static void msm_iommu_reset(void __iomem *base, int ncb) in msm_iommu_reset() argument
103 for (ctx = 0; ctx < ncb; ctx++) { in msm_iommu_reset()
192 msm_iommu_reset(regs_base, iommu_dev->ncb); in msm_iommu_probe()
220 drvdata->ncb = iommu_dev->ncb; in msm_iommu_probe()
223 iommu_dev->name, regs_base, irq, iommu_dev->ncb); in msm_iommu_probe()
Dmsm_iommu.c659 for (i = 0; i < drvdata->ncb; i++) { in msm_iommu_fault_handler()
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_glue.h221 struct sym_hcb *ncb; member
228 return ((struct sym_data *)host->hostdata)->ncb; in sym_get_hcb()
Dsym_fw.c153 struct sym_hcb *np = sym_data->ncb; in sym_fw2_patch()
Dsym_glue.c597 struct sym_hcb *np = sym_data->ncb; in sym_eh_handler()
1180 struct sym_hcb *np = sym_data->ncb; in sym_show_info()
1286 sym_data->ncb = np; in sym_attach()
Dsym_hipd.c1707 struct sym_hcb *np = sym_data->ncb;
2815 struct sym_hcb *np = sym_data->ncb;
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-dpi-defs.h550 uint64_t ncb:1; member
554 uint64_t ncb:1;
565 uint64_t ncb:1; member
569 uint64_t ncb:1;
Dcvmx-pko-defs.h1615 uint64_t ncb:1; member
1631 uint64_t ncb:1;
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dsb1250-mac.c906 uint64_t ncb; in sbdma_add_txbuffer() local
940 ncb = NUMCACHEBLKS(length+(phys & (SMP_CACHE_BYTES - 1))); in sbdma_add_txbuffer()
943 V_DMA_DSCRA_A_SIZE(ncb) | in sbdma_add_txbuffer()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c435 static int qlcnic_fdb_dump(struct sk_buff *skb, struct netlink_callback *ncb, in qlcnic_fdb_dump() argument
442 return ndo_dflt_fdb_dump(skb, ncb, netdev, filter_dev, idx); in qlcnic_fdb_dump()
446 idx = ndo_dflt_fdb_dump(skb, ncb, netdev, filter_dev, idx); in qlcnic_fdb_dump()