Searched refs:ncb (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/scsi/ |
H A D | ncr53c8xx.c | 1119 struct ncb; 1582 struct ncb { struct 3634 struct ncb *ncb; member 7792 struct ncb *np = ((struct host_data *) host->hostdata)->ncb; 7802 struct ncb *np = ((struct host_data *) host->hostdata)->ncb; 7901 struct ncb *np = host_data->ncb; 8317 if (host_data->ncb) 8325 struct ncb *np = ((struct host_data *)shost->hostdata)->ncb; 8341 struct ncb *np = ((struct host_data *)shost->hostdata)->ncb; 8357 struct ncb *np = ((struct host_data *)shost->hostdata)->ncb; [all …]
|
/linux/Documentation/devicetree/bindings/iommu/ |
H A D | qcom,apq8064-iommu.yaml | 46 qcom,ncb: 57 - qcom,ncb 77 qcom,ncb = <2>;
|
/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.h | 208 struct sym_hcb *ncb; member 215 return ((struct sym_data *)host->hostdata)->ncb; in sym_get_hcb()
|
H A D | sym_glue.c | 576 struct sym_hcb *np = sym_data->ncb; in sym53c8xx_eh_abort_handler() 628 struct sym_hcb *np = sym_data->ncb; in sym53c8xx_eh_target_reset_handler() 678 struct sym_hcb *np = sym_data->ncb; in sym53c8xx_eh_bus_reset_handler() 701 struct sym_hcb *np = sym_data->ncb; in sym53c8xx_eh_host_reset_handler() 1211 struct sym_hcb *np = sym_data->ncb; in sym_show_info() 1317 sym_data->ncb = np; in sym_attach()
|
H A D | sym_fw.c | 140 struct sym_hcb *np = sym_data->ncb; in sym_fw2_patch()
|
H A D | sym_hipd.c | 1694 struct sym_hcb *np = sym_data->ncb; 2802 struct sym_hcb *np = sym_data->ncb;
|
/linux/drivers/iommu/ |
H A D | msm_iommu.c | 78 static void msm_iommu_reset(void __iomem *base, int ncb) in msm_iommu_reset() argument 94 for (ctx = 0; ctx < ncb; ctx++) { in msm_iommu_reset() 423 0, iommu->ncb); in msm_iommu_attach_dev() 675 for (i = 0; i < iommu->ncb; i++) { in msm_iommu_fault_handler() 770 iommu->ncb = val; in msm_iommu_probe() 772 msm_iommu_reset(iommu->base, iommu->ncb); in msm_iommu_probe() 813 iommu->base, iommu->irq, iommu->ncb); in msm_iommu_probe()
|
H A D | msm_iommu.h | 50 int ncb; member
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-dpi-defs.h | 468 uint64_t ncb:1; member 472 uint64_t ncb:1; 481 uint64_t ncb:1; member 485 uint64_t ncb:1;
|
H A D | cvmx-pko-defs.h | 1268 uint64_t ncb:1; member 1284 uint64_t ncb:1;
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8064.dtsi | 1250 qcom,ncb = <2>; 1266 qcom,ncb = <2>; 1282 qcom,ncb = <3>; 1298 qcom,ncb = <3>;
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | sb1250-mac.c | 892 uint64_t ncb; in sbdma_add_txbuffer() local 926 ncb = NUMCACHEBLKS(length+(phys & (SMP_CACHE_BYTES - 1))); in sbdma_add_txbuffer() 929 V_DMA_DSCRA_A_SIZE(ncb) | in sbdma_add_txbuffer()
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 428 static int qlcnic_fdb_dump(struct sk_buff *skb, struct netlink_callback *ncb, in qlcnic_fdb_dump() argument 436 return ndo_dflt_fdb_dump(skb, ncb, netdev, filter_dev, idx); in qlcnic_fdb_dump() 440 err = ndo_dflt_fdb_dump(skb, ncb, netdev, filter_dev, idx); in qlcnic_fdb_dump()
|