Home
last modified time | relevance | path

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

/linux/drivers/net/fddi/skfp/
H A Dpcmplc.c533 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/drivers/net/fddi/skfp/h/
H A Dsmc.h218 u_char bitn ; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c971 u32 bitn; in get_fec_supported_advertised() local
991 bitn = find_first_bit(&active_fec_long, sizeof(active_fec_long) * BITS_PER_BYTE); in get_fec_supported_advertised()
992 if (bitn < ARRAY_SIZE(pplm_fec_2_ethtool_linkmodes)) in get_fec_supported_advertised()
993 __set_bit(pplm_fec_2_ethtool_linkmodes[bitn], in get_fec_supported_advertised()
/linux/drivers/dma/lgm/
H A Dlgm-dma.c1572 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/drivers/net/ethernet/
H A Djme.h73 __u8 bitn; /* Number of bits per action */ member