Lines Matching +full:4 +full:gbps
331 rar_high = ((u32)addr[4] | ((u32)addr[5] << 8)); in igc_rar_set()
488 * Register (Address 4) and the Auto_Negotiation Base in igc_config_fc_after_link_up()
501 * (Address 4) and two bits in the Auto Negotiation Base in igc_config_fc_after_link_up()
678 /* For I225, STATUS will indicate 1G speed in both 1 Gbps in igc_get_speed_and_duplex_copper()
679 * and 2.5 Gbps link modes. An additional bit is used in igc_get_speed_and_duplex_copper()
680 * to differentiate between 1 Gbps and 2.5 Gbps. in igc_get_speed_and_duplex_copper()
798 * of 8 bits of shifting, then mc_addr[4] will shift right the in igc_hash_mc_addr()
806 * we can see that the bit_shift for case 0 is 4. These are the hash in igc_hash_mc_addr()
808 * [0] [1] [2] [3] [4] [5] in igc_hash_mc_addr()
812 * case 0: hash_value = ((0x34 >> 4) | (0x56 << 4)) & 0xFFF = 0x563 in igc_hash_mc_addr()
828 bit_shift += 4; in igc_hash_mc_addr()
832 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) | in igc_hash_mc_addr()