Searched refs:ncs (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/ncsi/ |
D | ncsi-rsp.c | 757 struct ncsi_channel_stats *ncs; in ncsi_rsp_handler_gcps() local 767 ncs = &nc->stats; in ncsi_rsp_handler_gcps() 768 ncs->hnc_cnt_hi = ntohl(rsp->cnt_hi); in ncsi_rsp_handler_gcps() 769 ncs->hnc_cnt_lo = ntohl(rsp->cnt_lo); in ncsi_rsp_handler_gcps() 770 ncs->hnc_rx_bytes = ntohl(rsp->rx_bytes); in ncsi_rsp_handler_gcps() 771 ncs->hnc_tx_bytes = ntohl(rsp->tx_bytes); in ncsi_rsp_handler_gcps() 772 ncs->hnc_rx_uc_pkts = ntohl(rsp->rx_uc_pkts); in ncsi_rsp_handler_gcps() 773 ncs->hnc_rx_mc_pkts = ntohl(rsp->rx_mc_pkts); in ncsi_rsp_handler_gcps() 774 ncs->hnc_rx_bc_pkts = ntohl(rsp->rx_bc_pkts); in ncsi_rsp_handler_gcps() 775 ncs->hnc_tx_uc_pkts = ntohl(rsp->tx_uc_pkts); in ncsi_rsp_handler_gcps() [all …]
|
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck-lock.sh | 35 ncs=`grep "Writes: Total:" $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* Total: //' -e 's/… 36 if test -z "$ncs" 40 title="$configfile ------- $ncs acquisitions/releases" 46 ncsps=`awk -v ncs=$ncs -v dur=$dur '
|
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/ |
D | atmel,ebi.txt | 53 - atmel,smc-read-mode "nrd" or "ncs". 54 Default to "ncs" when undefined. 56 - atmel,smc-write-mode "nwe" or "ncs". 57 Default to "ncs" when undefined. 82 - atmel,smc-ncs-rd-setup-ns 84 - atmel,smc-ncs-wr-setup-ns 86 - atmel,smc-ncs-rd-pulse-ns 88 - atmel,smc-ncs-wr-pulse-ns 123 atmel,smc-ncs-rd-setup-ns = <0>; 124 atmel,smc-ncs-wr-setup-ns = <0>; [all …]
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | sama5d3xcm.dtsi | 66 atmel,smc-ncs-rd-setup-ns = <0>; 67 atmel,smc-ncs-wr-setup-ns = <0>; 70 atmel,smc-ncs-rd-pulse-ns = <84>; 71 atmel,smc-ncs-wr-pulse-ns = <84>;
|
/Linux-v4.19/drivers/tty/serial/ |
D | ioc3_serial.c | 1090 static void ioc3_cb_post_ncs(struct uart_port *the_port, int ncs) in ioc3_cb_post_ncs() argument 1096 if (ncs & NCS_BREAK) in ioc3_cb_post_ncs() 1098 if (ncs & NCS_FRAMING) in ioc3_cb_post_ncs() 1100 if (ncs & NCS_OVERRUN) in ioc3_cb_post_ncs() 1102 if (ncs & NCS_PARITY) in ioc3_cb_post_ncs()
|
D | ioc4_serial.c | 2044 static void ioc4_cb_post_ncs(struct uart_port *the_port, int ncs) in ioc4_cb_post_ncs() argument 2050 if (ncs & NCS_BREAK) in ioc4_cb_post_ncs() 2052 if (ncs & NCS_FRAMING) in ioc4_cb_post_ncs() 2054 if (ncs & NCS_OVERRUN) in ioc4_cb_post_ncs() 2056 if (ncs & NCS_PARITY) in ioc4_cb_post_ncs()
|