| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | tc_tun_mplsoudp.c | 89 match.mask->ls[0].mpls_label); in parse_tunnel() 92 match.key->ls[0].mpls_label); in parse_tunnel() 96 match.mask->ls[0].mpls_tc); in parse_tunnel() 98 outer_first_mpls_over_udp.mpls_exp, match.key->ls[0].mpls_tc); in parse_tunnel() 102 match.mask->ls[0].mpls_bos); in parse_tunnel() 105 match.key->ls[0].mpls_bos); in parse_tunnel() 109 match.mask->ls[0].mpls_ttl); in parse_tunnel() 112 match.key->ls[0].mpls_ttl); in parse_tunnel()
|
| /drivers/leds/ |
| A D | leds-pca955x.c | 168 return (ls >> (led_num << 1)) & 0x3; in pca955x_ledstate() 274 u8 ls, pwm; in pca955x_led_get() local 307 u8 ls; in pca955x_led_set() local 312 ret = pca955x_read_ls(pca955x, reg, &ls); in pca955x_led_set() 319 ls = pca955x_ledsel(ls, bit, PCA955X_LS_LED_OFF); in pca955x_led_set() 327 ls = pca955x_ledsel(ls, bit, PCA955X_LS_LED_ON); in pca955x_led_set() 330 ls = pca955x_ledsel(ls, bit, PCA955X_LS_LED_OFF); in pca955x_led_set() 343 ls = pca955x_ledsel(ls, bit, PCA955X_LS_BLINK1); in pca955x_led_set() 348 ret = pca955x_write_ls(pca955x, reg, ls); in pca955x_led_set() 411 u8 ls; in pca955x_led_blink() local [all …]
|
| /drivers/target/iscsi/ |
| A D | iscsi_target_util.c | 1285 struct iscsi_login_stats *ls; in iscsit_collect_login_stats() local 1291 ls = &tiqn->login_stats; in iscsit_collect_login_stats() 1293 spin_lock(&ls->lock); in iscsit_collect_login_stats() 1295 ls->accepts++; in iscsit_collect_login_stats() 1297 ls->redirects++; in iscsit_collect_login_stats() 1301 ls->authenticate_fails++; in iscsit_collect_login_stats() 1305 ls->authorize_fails++; in iscsit_collect_login_stats() 1309 ls->negotiate_fails++; in iscsit_collect_login_stats() 1312 ls->other_fails++; in iscsit_collect_login_stats() 1321 strscpy(ls->last_intr_fail_name, in iscsit_collect_login_stats() [all …]
|
| /drivers/net/fddi/skfp/ |
| A D | skfddi.c | 709 bp->stats.smt_time_stamp = bp->cmd_rsp_virt->smt_mib_get.smt_msg_time_stamp.ls; in skfp_ctl_get_stats() 783 bp->stats.mac_frame_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.frame_cnt.ls; in skfp_ctl_get_stats() 784 bp->stats.mac_copied_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.copied_cnt.ls; in skfp_ctl_get_stats() 785 bp->stats.mac_transmit_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.transmit_cnt.ls; in skfp_ctl_get_stats() 786 bp->stats.mac_error_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.error_cnt.ls; in skfp_ctl_get_stats() 787 bp->stats.mac_lost_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.lost_cnt.ls; in skfp_ctl_get_stats() 788 bp->stats.port_lct_fail_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.lct_rejects[0].ls; in skfp_ctl_get_stats() 789 bp->stats.port_lct_fail_cts[1] = bp->cmd_rsp_virt->cntrs_get.cntrs.lct_rejects[1].ls; in skfp_ctl_get_stats() 790 bp->stats.port_lem_reject_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.lem_rejects[0].ls; in skfp_ctl_get_stats() 792 bp->stats.port_lem_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.link_errors[0].ls; in skfp_ctl_get_stats() [all …]
|
| A D | pcmplc.c | 1034 switch(ls) { in sm_ph_linestate() 1904 char *ls = "" ; in get_linestate() local 1909 case PL_L_NLS : ls = "NOISE" ; break ; in get_linestate() 1910 case PL_L_ALS : ls = "ACTIV" ; break ; in get_linestate() 1911 case PL_L_UND : ls = "UNDEF" ; break ; in get_linestate() 1912 case PL_L_ILS4: ls = "ILS 4" ; break ; in get_linestate() 1913 case PL_L_QLS : ls = "QLS" ; break ; in get_linestate() 1914 case PL_L_MLS : ls = "MLS" ; break ; in get_linestate() 1915 case PL_L_HLS : ls = "HLS" ; break ; in get_linestate() 1918 default: ls = "unknown" ; break ; in get_linestate() [all …]
|
| /drivers/net/ethernet/stmicro/stmmac/ |
| A D | dwxgmac2_descs.c | 163 bool ls, unsigned int tot_pkt_len) in dwxgmac2_prepare_tx_desc() argument 180 if (ls) in dwxgmac2_prepare_tx_desc() 201 bool ls, unsigned int tcphdrlen, in dwxgmac2_prepare_tso_tx_desc() argument 220 if (ls) in dwxgmac2_prepare_tso_tx_desc()
|
| A D | dwmac4_descs.c | 324 bool ls, unsigned int tot_pkt_len) in dwmac4_rd_prepare_tx_desc() argument 341 if (ls) in dwmac4_rd_prepare_tx_desc() 362 bool ls, unsigned int tcphdrlen, in dwmac4_rd_prepare_tso_tx_desc() argument 384 if (ls) in dwmac4_rd_prepare_tso_tx_desc()
|
| A D | norm_desc.c | 179 bool ls, unsigned int tot_pkt_len) in ndesc_prepare_tx_desc() argument 193 if (ls) in ndesc_prepare_tx_desc()
|
| A D | enh_desc.c | 313 bool ls, unsigned int tot_pkt_len) in enh_desc_prepare_tx_desc() argument 332 if (ls) in enh_desc_prepare_tx_desc()
|
| A D | dwmac1000_core.c | 381 static void dwmac1000_set_eee_timer(struct mac_device_info *hw, int ls, int tw) in dwmac1000_set_eee_timer() argument 384 int value = ((tw & 0xffff)) | ((ls & 0x7ff) << 16); in dwmac1000_set_eee_timer()
|
| /drivers/net/ethernet/pensando/ionic/ |
| A D | ionic_lif.c | 1273 struct ionic_lif_stats *ls; in ionic_get_stats64() local 1276 ls = &lif->info->stats; in ionic_get_stats64() 1279 le64_to_cpu(ls->rx_mcast_packets) + in ionic_get_stats64() 1280 le64_to_cpu(ls->rx_bcast_packets); in ionic_get_stats64() 1283 le64_to_cpu(ls->tx_mcast_packets) + in ionic_get_stats64() 1284 le64_to_cpu(ls->tx_bcast_packets); in ionic_get_stats64() 1287 le64_to_cpu(ls->rx_mcast_bytes) + in ionic_get_stats64() 1288 le64_to_cpu(ls->rx_bcast_bytes); in ionic_get_stats64() 1292 le64_to_cpu(ls->tx_bcast_bytes); in ionic_get_stats64() 1312 le64_to_cpu(ls->tx_queue_disabled) + in ionic_get_stats64() [all …]
|
| /drivers/net/ethernet/netronome/nfp/flower/ |
| A D | match.c | 138 match.key->ls[0].mpls_label) | in nfp_flower_compile_mpls() 140 match.key->ls[0].mpls_tc) | in nfp_flower_compile_mpls() 142 match.key->ls[0].mpls_bos) | in nfp_flower_compile_mpls() 146 match.mask->ls[0].mpls_label) | in nfp_flower_compile_mpls() 148 match.mask->ls[0].mpls_tc) | in nfp_flower_compile_mpls() 150 match.mask->ls[0].mpls_bos) | in nfp_flower_compile_mpls()
|
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_tc.c | 903 if (*((u32 *)&match.mask->ls[bit]) & in otx2_tc_prepare_flow() 915 match.key->ls[bit].mpls_label) | in otx2_tc_prepare_flow() 917 match.key->ls[bit].mpls_tc) | in otx2_tc_prepare_flow() 919 match.key->ls[bit].mpls_bos); in otx2_tc_prepare_flow() 923 match.mask->ls[bit].mpls_label) | in otx2_tc_prepare_flow() 925 match.mask->ls[bit].mpls_tc) | in otx2_tc_prepare_flow() 927 match.mask->ls[bit].mpls_bos); in otx2_tc_prepare_flow() 930 if (match.mask->ls[bit].mpls_ttl) { in otx2_tc_prepare_flow() 935 match.key->ls[bit].mpls_ttl); in otx2_tc_prepare_flow() 938 match.mask->ls[bit].mpls_ttl); in otx2_tc_prepare_flow()
|
| /drivers/net/fddi/ |
| A D | defxx.c | 2124 bp->stats.smt_time_stamp = bp->cmd_rsp_virt->smt_mib_get.smt_msg_time_stamp.ls; in dfx_ctl_get_stats() 2203 bp->stats.mac_frame_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.frame_cnt.ls; in dfx_ctl_get_stats() 2204 bp->stats.mac_copied_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.copied_cnt.ls; in dfx_ctl_get_stats() 2205 bp->stats.mac_transmit_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.transmit_cnt.ls; in dfx_ctl_get_stats() 2206 bp->stats.mac_error_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.error_cnt.ls; in dfx_ctl_get_stats() 2207 bp->stats.mac_lost_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.lost_cnt.ls; in dfx_ctl_get_stats() 2208 bp->stats.port_lct_fail_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.lct_rejects[0].ls; in dfx_ctl_get_stats() 2209 bp->stats.port_lct_fail_cts[1] = bp->cmd_rsp_virt->cntrs_get.cntrs.lct_rejects[1].ls; in dfx_ctl_get_stats() 2210 bp->stats.port_lem_reject_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.lem_rejects[0].ls; in dfx_ctl_get_stats() 2212 bp->stats.port_lem_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.link_errors[0].ls; in dfx_ctl_get_stats() [all …]
|
| /drivers/net/ethernet/samsung/sxgbe/ |
| A D | sxgbe_core.c | 225 const int ls, const int tw) in sxgbe_set_eee_timer() argument 227 int value = ((tw & 0xffff)) | ((ls & 0x7ff) << 16); in sxgbe_set_eee_timer()
|
| /drivers/gpu/drm/nouveau/nvkm/nvfw/ |
| A D | Kbuild | 4 nvkm-y += nvkm/nvfw/ls.o
|
| /drivers/clk/bcm/ |
| A D | clk-cygnus.c | 23 #define ASIU_DIV_VAL(o, es, hs, hw, ls, lw) \ argument 25 .high_width = hw, .low_shift = ls, .low_width = lw }
|
| /drivers/scsi/elx/libefc/ |
| A D | efc_device.h | 23 enum efc_node_send_ls_acc ls);
|
| /drivers/md/ |
| A D | md-cluster.c | 21 dlm_lockspace_t *ls; member 132 ret = dlm_lock(res->ls, mode, &res->lksb, in dlm_lock_sync() 163 ret = dlm_lock(res->ls, mode, &res->lksb, in dlm_lock_sync_interruptible() 178 ret = dlm_unlock(res->ls, res->lksb.sb_lkid, DLM_LKF_CANCEL, in dlm_lock_sync_interruptible() 204 res->ls = cinfo->lockspace; in lockres_init() 255 ret = dlm_unlock(res->ls, res->lksb.sb_lkid, DLM_LKF_FORCEUNLOCK, in lockres_free()
|
| /drivers/net/ethernet/cavium/liquidio/ |
| A D | lio_vf_main.c | 338 union oct_link_status *ls) in update_link_status() argument 344 if ((lio->intf_open) && (lio->linfo.link.u64 != ls->u64)) { in update_link_status() 345 lio->linfo.link.u64 = ls->u64; in update_link_status() 1892 union oct_link_status *ls; in lio_nic_info() local 1896 if (recv_pkt->buffer_size[0] != (sizeof(*ls) + OCT_DROQ_INFO_SIZE)) { in lio_nic_info() 1904 ls = (union oct_link_status *)(get_rbd(recv_pkt->buffer_ptr[0]) + in lio_nic_info() 1907 octeon_swap_8B_data((u64 *)ls, (sizeof(union oct_link_status)) >> 3); in lio_nic_info() 1911 update_link_status(oct->props[i].netdev, ls); in lio_nic_info()
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | tx.c | 47 le32_encode_bits(pkt_info->ls, RTW_TX_DESC_W0_LS) | in rtw_tx_fill_tx_desc() 440 pkt_info->ls = true; in rtw_tx_pkt_info_update() 468 pkt_info->ls = true; in rtw_tx_rsvd_page_pkt_info_update()
|
| /drivers/irqchip/ |
| A D | Makefile | 90 obj-$(CONFIG_LS_EXTIRQ) += irq-ls-extirq.o 91 obj-$(CONFIG_LS_SCFG_MSI) += irq-ls-scfg-msi.o
|
| /drivers/gpu/drm/ci/ |
| A D | build.sh | 138 ls -l "${S3_JWT_FILE}"
|
| /drivers/net/ethernet/intel/i40e/ |
| A D | i40e_virtchnl_pf.c | 88 u8 link_status = ls->link_info & I40E_AQ_LINK_UP; in i40e_set_vf_link_state() 95 i40e_vc_link_speed2mbps(ls->link_speed) : 0; in i40e_set_vf_link_state() 99 i40e_virtchnl_link_speed(ls->link_speed) : 0; in i40e_set_vf_link_state() 115 struct i40e_link_status *ls = &pf->hw.phy.link_info; in i40e_vc_notify_vf_link_state() local 121 i40e_set_vf_link_state(vf, &pfe, ls); in i40e_vc_notify_vf_link_state() 4011 struct i40e_link_status *ls = &pf->hw.phy.link_info; in i40e_vc_add_qch_msg() local 4076 speed = i40e_vc_link_speed2mbps(ls->link_speed); in i40e_vc_add_qch_msg() 4766 struct i40e_link_status *ls = &pf->hw.phy.link_info; in i40e_ndo_set_vf_link_state() local 4800 i40e_set_vf_link_state(vf, &pfe, ls); in i40e_ndo_set_vf_link_state() 4808 i40e_set_vf_link_state(vf, &pfe, ls); in i40e_ndo_set_vf_link_state() [all …]
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | pci.c | 194 rx_info->ls = le32_get_bits(info, RTW89_PCI_RXBD_LS); in rtw89_pci_rxbd_info_update() 278 rtw89_skb_put_rx_data(struct rtw89_dev *rtwdev, bool fs, bool ls, in rtw89_skb_put_rx_data() argument 289 rx_info->len, desc_info->pkt_size, offset, fs, ls); in rtw89_skb_put_rx_data() 293 if (fs && ls) { in rtw89_skb_put_rx_data() 334 bool fs, ls; in rtw89_pci_rxbd_deliver_skbs() local 349 ls = rx_info->ls; in rtw89_pci_rxbd_deliver_skbs() 351 if (unlikely(!fs || !ls)) in rtw89_pci_rxbd_deliver_skbs() 354 fs, ls, rx_info->tag, rx_info->len, new ? new->len : 0); in rtw89_pci_rxbd_deliver_skbs() 384 if (!rtw89_skb_put_rx_data(rtwdev, fs, ls, new, skb, offset, rx_info, desc_info)) in rtw89_pci_rxbd_deliver_skbs() 393 if (ls) { in rtw89_pci_rxbd_deliver_skbs() [all …]
|