Home
last modified time | relevance | path

Searched refs:bitn (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/
H A Dpcmplc.c537 n = (n<<1) | phy->t_val[phy->bitn+i] ; in plc_send_bits()
555 printf("SIGNALING bit %d .. %d\n",phy->bitn,phy->bitn+len-1) ; in plc_send_bits()
762 phy->bitn = 0 ; /* bit signaling start bit */ in pcm_fsm()
862 phy->bitn = 3 ; in pcm_fsm()
874 phy->bitn = 4 ; in pcm_fsm()
885 phy->bitn = 7 ; in pcm_fsm()
901 phy->bitn = 7 ; in pcm_fsm()
919 phy->bitn = 8 ; in pcm_fsm()
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/
H A Dsmc.h218 u_char bitn ; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c719 u32 bitn; in get_fec_supported_advertised() local
739 bitn = find_first_bit(&active_fec_long, sizeof(active_fec_long) * BITS_PER_BYTE); in get_fec_supported_advertised()
740 if (bitn < ARRAY_SIZE(pplm_fec_2_ethtool_linkmodes)) in get_fec_supported_advertised()
741 __set_bit(pplm_fec_2_ethtool_linkmodes[bitn], in get_fec_supported_advertised()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/
H A Djme.h73 __u8 bitn; /* Number of bits per action */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c601 #define qtnf_sta_stat_avail(stat_name, bitn) \ in qtnf_cmd_sta_info_parse() argument
602 (qtnf_utils_is_bit_set(map, bitn, map_len) && \ in qtnf_cmd_sta_info_parse()
2411 #define qtnf_chan_stat_avail(stat_name, bitn) \ in qtnf_cmd_resp_proc_chan_stat_info() argument
2412 (qtnf_utils_is_bit_set(map, bitn, map_len) && \ in qtnf_cmd_resp_proc_chan_stat_info()