Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_send.c494 struct eth_tx_parse_2nd_bd *parse_bd_2nd_ptr, in fill_bds_for_encapsulated_packet() argument
519 if (!parse_bd_2nd_ptr) in fill_bds_for_encapsulated_packet()
525parse_bd_2nd_ptr->global_data |= ( ((eth_hlen) >> 1) << ETH_TX_PARSE_2ND_BD_IP_HDR_START_OUTER_W_S… in fill_bds_for_encapsulated_packet()
530parse_bd_2nd_ptr->global_data |= ( ((packet->l2pkt_tx_info->lso_ip_hdr_len) >> 1) << ETH_TX_PARSE_… in fill_bds_for_encapsulated_packet()
534parse_bd_2nd_ptr->global_data |= (packet->l2pkt_tx_info->tcp_nonce_sum_bit << ETH_TX_PARSE_2ND_BD_… in fill_bds_for_encapsulated_packet()
537 parse_bd_2nd_ptr->tcp_send_seq = mm_cpu_to_le32(packet->l2pkt_tx_info->lso_tcp_send_seq); in fill_bds_for_encapsulated_packet()
538parse_bd_2nd_ptr->tcp_flags = packet->l2pkt_tx_info->lso_tcp_flags; // no endianity since it… in fill_bds_for_encapsulated_packet()
544parse_bd_2nd_ptr->fw_ip_csum_wo_len_flags_frag = mm_cpu_to_le16(packet->l2pkt_tx_info->fw_ip_csum); in fill_bds_for_encapsulated_packet()
545parse_bd_2nd_ptr->hw_ip_id = mm_cpu_to_le16(packet->l2pkt_tx_info->lso_ipid); in fill_bds_for_encapsulated_packet()
547parse_bd_2nd_ptr->fw_ip_hdr_to_payload_w = (packet->l2pkt_tx_info->encap_packet_inner_frame_offset… in fill_bds_for_encapsulated_packet()
[all …]