Searched refs:bitn (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/net/fddi/skfp/ |
D | pcmplc.c | 533 n = (n<<1) | phy->t_val[phy->bitn+i] ; in plc_send_bits() 551 printf("SIGNALING bit %d .. %d\n",phy->bitn,phy->bitn+len-1) ; in plc_send_bits() 758 phy->bitn = 0 ; /* bit signaling start bit */ in pcm_fsm() 858 phy->bitn = 3 ; in pcm_fsm() 870 phy->bitn = 4 ; in pcm_fsm() 881 phy->bitn = 7 ; in pcm_fsm() 897 phy->bitn = 7 ; in pcm_fsm() 915 phy->bitn = 8 ; in pcm_fsm()
|
/linux-5.19.10/drivers/net/fddi/skfp/h/ |
D | smc.h | 218 u_char bitn ; member
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 781 u32 bitn; in get_fec_supported_advertised() local 801 bitn = find_first_bit(&active_fec_long, sizeof(active_fec_long) * BITS_PER_BYTE); in get_fec_supported_advertised() 802 if (bitn < ARRAY_SIZE(pplm_fec_2_ethtool_linkmodes)) in get_fec_supported_advertised() 803 __set_bit(pplm_fec_2_ethtool_linkmodes[bitn], in get_fec_supported_advertised()
|
/linux-5.19.10/drivers/dma/lgm/ |
D | lgm-dma.c | 1572 u32 id, bitn = 32, j; in intel_ldma_probe() local 1619 bitn = 36; in intel_ldma_probe() 1624 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(bitn)); in intel_ldma_probe()
|
/linux-5.19.10/drivers/net/ethernet/ |
D | jme.h | 73 __u8 bitn; /* Number of bits per action */ member
|
/linux-5.19.10/drivers/net/wireless/quantenna/qtnfmac/ |
D | commands.c | 587 #define qtnf_sta_stat_avail(stat_name, bitn) \ in qtnf_cmd_sta_info_parse() argument 588 (qtnf_utils_is_bit_set(map, bitn, map_len) && \ in qtnf_cmd_sta_info_parse() 2362 #define qtnf_chan_stat_avail(stat_name, bitn) \ in qtnf_cmd_resp_proc_chan_stat_info() argument 2363 (qtnf_utils_is_bit_set(map, bitn, map_len) && \ in qtnf_cmd_resp_proc_chan_stat_info()
|