Searched refs:ntype (Results 1 – 5 of 5) sorted by relevance
/drivers/mtd/ubi/ |
D | build.c | 154 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype) in ubi_volume_notify() argument 162 switch (ntype) { in ubi_volume_notify() 172 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify() 186 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) in ubi_notify_all() argument 205 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all() 207 blocking_notifier_call_chain(&ubi_notifiers, ntype, in ubi_notify_all()
|
D | ubi.h | 949 int ntype); 950 int ubi_notify_all(struct ubi_device *ubi, int ntype,
|
/drivers/usb/dwc3/ |
D | core.c | 856 int ntype; in dwc3_set_incr_burst_type() local 869 ntype = device_property_count_u32(dev, "snps,incr-burst-type-adjustment"); in dwc3_set_incr_burst_type() 870 if (ntype <= 0) in dwc3_set_incr_burst_type() 873 vals = kcalloc(ntype, sizeof(u32), GFP_KERNEL); in dwc3_set_incr_burst_type() 881 "snps,incr-burst-type-adjustment", vals, ntype); in dwc3_set_incr_burst_type() 890 if (ntype > 1) { in dwc3_set_incr_burst_type() 893 for (i = 1; i < ntype; i++) { in dwc3_set_incr_burst_type()
|
/drivers/scsi/lpfc/ |
D | lpfc_nvme.c | 696 uint16_t ntype, nstate; in __lpfc_nvme_ls_req() local 706 ntype = ndlp->nlp_type; in __lpfc_nvme_ls_req() 708 if ((ntype & NLP_NVME_TARGET && nstate != NLP_STE_MAPPED_NODE) || in __lpfc_nvme_ls_req() 709 (ntype & NLP_NVME_INITIATOR && nstate != NLP_STE_UNMAPPED_NODE)) { in __lpfc_nvme_ls_req() 713 ndlp->nlp_DID, ntype, nstate); in __lpfc_nvme_ls_req()
|
/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 613 static u8 bnxt_re_stack_to_dev_nw_type(enum rdma_network_type ntype) in bnxt_re_stack_to_dev_nw_type() argument 617 switch (ntype) { in bnxt_re_stack_to_dev_nw_type()
|