Symbol: IXGBE_LE16_TO_CPU
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1046
u16 cap = IXGBE_LE16_TO_CPU(cap_resp[i].cap);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1590
li->link_speed = IXGBE_LE16_TO_CPU(link_data.link_speed);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1597
li->max_frame_size = IXGBE_LE16_TO_CPU(link_data.max_frame_size);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1704
IXGBE_LE16_TO_CPU(desc.params.get_link_topo.addr.handle);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2250
*elem_count = IXGBE_LE16_TO_CPU(cmd->count);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2315
if (IXGBE_LE16_TO_CPU(cmd->checksum) !=
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2530
*data = IXGBE_LE16_TO_CPU(data_local);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2559
*data = IXGBE_LE16_TO_CPU(data_local);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2662
valid = IXGBE_LE16_TO_CPU(data.validity);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2666
u16 minsrev_l = IXGBE_LE16_TO_CPU(data.nvm_minsrev_l);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2667
u16 minsrev_h = IXGBE_LE16_TO_CPU(data.nvm_minsrev_h);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2675
u16 minsrev_l = IXGBE_LE16_TO_CPU(data.orom_minsrev_l);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2676
u16 minsrev_h = IXGBE_LE16_TO_CPU(data.orom_minsrev_h);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2914
id_blk[i] = IXGBE_LE16_TO_CPU(((__le16 *)id_blk)[i]);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
305
opcode = IXGBE_LE16_TO_CPU(desc->opcode);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3279
*data = IXGBE_LE16_TO_CPU(data_local);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3306
data[i] = IXGBE_LE16_TO_CPU(((__le16 *)data)[i]);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3589
*reset_needed = (IXGBE_LE16_TO_CPU(cmd->flags) &
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3660
*ret_buf_size = IXGBE_LE16_TO_CPU(desc.datalen);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3662
*ret_next_cluster = IXGBE_LE16_TO_CPU(cmd->cluster_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3664
*ret_next_table = IXGBE_LE16_TO_CPU(cmd->table_id);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
405
e->msg_len = MIN_T(u16, IXGBE_LE16_TO_CPU(desc.datalen), e->buf_len);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
692
u16 cap = IXGBE_LE16_TO_CPU(elem->cap);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
930
u16 cap = IXGBE_LE16_TO_CPU(cap_resp[i].cap);