Searched full:frame_len (Results 1 – 9 of 9) sorted by relevance
/titanic_53/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_stat.c | 51 uint32_t frame_len, uint8_t *mac_addr) in e1000_tbi_adjust_stats() argument 59 frame_len--; in e1000_tbi_adjust_stats() 75 e1000g_ksp->Gorl.value.ul += frame_len; in e1000_tbi_adjust_stats() 105 if (frame_len == Adapter->max_frame_size) { in e1000_tbi_adjust_stats() 117 * wrong bin. Remember that the frame_len was adjusted above. in e1000_tbi_adjust_stats() 119 if (frame_len == 64) { in e1000_tbi_adjust_stats() 122 } else if (frame_len == 127) { in e1000_tbi_adjust_stats() 125 } else if (frame_len == 255) { in e1000_tbi_adjust_stats() 128 } else if (frame_len == 511) { in e1000_tbi_adjust_stats() 131 } else if (frame_len == 1023) { in e1000_tbi_adjust_stats() [all …]
|
H A D | e1000g_sw.h | 1068 uint32_t frame_len, uint8_t *mac_addr);
|
/titanic_53/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82543.c | 405 * @frame_len: The length of the frame in question 412 struct e1000_hw_stats *stats, u32 frame_len, in e1000_tbi_adjust_stats_82543() argument 419 frame_len--; in e1000_tbi_adjust_stats_82543() 431 stats->gorc += frame_len; in e1000_tbi_adjust_stats_82543() 449 if ((frame_len == max_frame_size) && (stats->roc > 0)) in e1000_tbi_adjust_stats_82543() 454 * wrong bin. Remember that the frame_len was adjusted above. in e1000_tbi_adjust_stats_82543() 456 if (frame_len == 64) { in e1000_tbi_adjust_stats_82543() 459 } else if (frame_len == 127) { in e1000_tbi_adjust_stats_82543() 462 } else if (frame_len == 255) { in e1000_tbi_adjust_stats_82543() 465 } else if (frame_len == 511) { in e1000_tbi_adjust_stats_82543() [all …]
|
H A D | e1000_82543.h | 51 u32 frame_len, u8 *mac_addr,
|
/titanic_53/usr/src/uts/intel/io/dnet/ |
H A D | dnet.h | 469 frame_len : 14, member
|
H A D | dnet.c | 1687 packet_length = desc[index].desc0.frame_len; in dnet_getp()
|
/titanic_53/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_dbg.c | 575 ql_printf("\t frame_len = 0x%x\n", in ql_dump_req_pkt() 576 le16_to_cpu(pkt->frame_len)); in ql_dump_req_pkt()
|
H A D | qlge.c | 5434 mac_iocb_ptr->frame_len = (uint32_t)cpu_to_le32(msg_len); in ql_send_common() 5578 mac_iocb_ptr->frame_len = (uint32_t)cpu_to_le32(msg_len); in ql_send_common()
|
/titanic_53/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge_hw.h | 2045 uint32_t frame_len; /* max 9000,for none LSO, 16M for LSO */ member
|