Searched refs:ncs (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/net/ncsi/ |
D | ncsi-rsp.c | 901 struct ncsi_channel_stats *ncs; in ncsi_rsp_handler_gcps() local 911 ncs = &nc->stats; in ncsi_rsp_handler_gcps() 912 ncs->hnc_cnt_hi = ntohl(rsp->cnt_hi); in ncsi_rsp_handler_gcps() 913 ncs->hnc_cnt_lo = ntohl(rsp->cnt_lo); in ncsi_rsp_handler_gcps() 914 ncs->hnc_rx_bytes = ntohl(rsp->rx_bytes); in ncsi_rsp_handler_gcps() 915 ncs->hnc_tx_bytes = ntohl(rsp->tx_bytes); in ncsi_rsp_handler_gcps() 916 ncs->hnc_rx_uc_pkts = ntohl(rsp->rx_uc_pkts); in ncsi_rsp_handler_gcps() 917 ncs->hnc_rx_mc_pkts = ntohl(rsp->rx_mc_pkts); in ncsi_rsp_handler_gcps() 918 ncs->hnc_rx_bc_pkts = ntohl(rsp->rx_bc_pkts); in ncsi_rsp_handler_gcps() 919 ncs->hnc_tx_uc_pkts = ntohl(rsp->tx_uc_pkts); in ncsi_rsp_handler_gcps() [all …]
|
/Linux-v5.10/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck-lock.sh | 22 ncs=`grep "Writes: Total:" $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* Total: //' -e 's/… 23 if test -z "$ncs" 27 title="$configfile ------- $ncs acquisitions/releases" 33 ncsps=`awk -v ncs=$ncs -v dur=$dur '
|
/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | atmel,ebi.txt | 54 - atmel,smc-read-mode "nrd" or "ncs". 55 Default to "ncs" when undefined. 57 - atmel,smc-write-mode "nwe" or "ncs". 58 Default to "ncs" when undefined. 83 - atmel,smc-ncs-rd-setup-ns 85 - atmel,smc-ncs-wr-setup-ns 87 - atmel,smc-ncs-rd-pulse-ns 89 - atmel,smc-ncs-wr-pulse-ns 124 atmel,smc-ncs-rd-setup-ns = <0>; 125 atmel,smc-ncs-wr-setup-ns = <0>; [all …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | sama5d3xcm.dtsi | 65 atmel,smc-ncs-rd-setup-ns = <0>; 66 atmel,smc-ncs-wr-setup-ns = <0>; 69 atmel,smc-ncs-rd-pulse-ns = <84>; 70 atmel,smc-ncs-wr-pulse-ns = <84>;
|
/Linux-v5.10/drivers/mtd/nand/raw/ |
D | stm32_fmc2_nand.c | 235 int ncs; member 1755 if (!of_get_property(dn, "reg", &nand->ncs)) in stm32_fmc2_nfc_parse_child() 1758 nand->ncs /= sizeof(u32); in stm32_fmc2_nfc_parse_child() 1759 if (!nand->ncs) { in stm32_fmc2_nfc_parse_child() 1764 for (i = 0; i < nand->ncs; i++) { in stm32_fmc2_nfc_parse_child() 1962 ret = nand_scan(chip, nand->ncs); in stm32_fmc2_nfc_probe()
|