Searched refs:lso (Results 1 – 15 of 15) sorted by relevance
233 u8 lso; member277 u8 lso; /* dword 1 */ member
880 SET_TX_WRB_HDR_BITS(lso, hdr, in wrb_fill_hdr()
1492 struct cpl_tx_pkt_lso_core *lso = (void *)(wr + 1); in cxgb4_eth_xmit() local1501 len += sizeof(*lso); in cxgb4_eth_xmit()1522 lso->lso_ctrl = htonl(LSO_OPCODE_V(CPL_TX_PKT_LSO) | in cxgb4_eth_xmit()1528 lso->ipid_ofst = htons(0); in cxgb4_eth_xmit()1529 lso->mss = htons(ssi->gso_size); in cxgb4_eth_xmit()1530 lso->seqno_offset = htonl(0); in cxgb4_eth_xmit()1532 lso->len = htonl(skb->len); in cxgb4_eth_xmit()1534 lso->len = htonl(LSO_T5_XFER_SIZE_V(skb->len)); in cxgb4_eth_xmit()1535 cpl = (void *)(lso + 1); in cxgb4_eth_xmit()1826 struct cpl_tx_pkt_lso_core *lso = (void *)(wr + 1); in cxgb4_vf_eth_xmit() local[all …]
1280 struct cpl_tx_pkt_lso_core *lso = (void *)(wr + 1); in t4vf_eth_xmit() local1287 FW_WR_IMMDLEN_V(sizeof(*lso) + in t4vf_eth_xmit()1292 lso->lso_ctrl = in t4vf_eth_xmit()1300 lso->ipid_ofst = cpu_to_be16(0); in t4vf_eth_xmit()1301 lso->mss = cpu_to_be16(ssi->gso_size); in t4vf_eth_xmit()1302 lso->seqno_offset = cpu_to_be32(0); in t4vf_eth_xmit()1304 lso->len = cpu_to_be32(skb->len); in t4vf_eth_xmit()1306 lso->len = cpu_to_be32(LSO_T5_XFER_SIZE_V(skb->len)); in t4vf_eth_xmit()1312 cpl = (void *)(lso + 1); in t4vf_eth_xmit()
6583 struct lpfc_lnk_stat * lso = &psli->lnk_stat_offsets; in lpfc_get_stats() local6662 hs->link_failure_count -= lso->link_failure_count; in lpfc_get_stats()6663 hs->loss_of_sync_count -= lso->loss_of_sync_count; in lpfc_get_stats()6664 hs->loss_of_signal_count -= lso->loss_of_signal_count; in lpfc_get_stats()6665 hs->prim_seq_protocol_err_count -= lso->prim_seq_protocol_err_count; in lpfc_get_stats()6666 hs->invalid_tx_word_count -= lso->invalid_tx_word_count; in lpfc_get_stats()6667 hs->invalid_crc_count -= lso->invalid_crc_count; in lpfc_get_stats()6668 hs->error_frames -= lso->error_frames; in lpfc_get_stats()6673 hs->nos_count -= lso->link_events; in lpfc_get_stats()6676 hs->lip_count -= lso->link_events; in lpfc_get_stats()[all …]
918 data = (void *)&tx_desc->lso + lso_align; in mlx4_en_xmit()919 data_offset = offsetof(struct mlx4_en_tx_desc, lso) + lso_align; in mlx4_en_xmit()982 tx_desc->lso.mss_hdr_size = cpu_to_be32( in mlx4_en_xmit()987 memcpy(tx_desc->lso.header, skb->data, lso_header_size); in mlx4_en_xmit()
248 struct mlx4_wqe_lso_seg lso; member
314 nix_hw->lso.total = cfg; in nix_setup_lso()338 nix_hw->lso.in_use++; in nix_setup_lso()351 nix_hw->lso.in_use++; in nix_setup_lso()2930 for (idx = 0; idx < nix_hw->lso.in_use; idx++) { in rvu_mbox_handler_nix_lso_format_cfg()2942 if (idx < nix_hw->lso.in_use) { in rvu_mbox_handler_nix_lso_format_cfg()2948 if (nix_hw->lso.in_use == nix_hw->lso.total) in rvu_mbox_handler_nix_lso_format_cfg()2951 rsp->lso_format_idx = nix_hw->lso.in_use++; in rvu_mbox_handler_nix_lso_format_cfg()
193 struct nix_lso lso; member
100 LSOMAGIC 0x27091997 lso ``drivers/fc4/fc.c``
421 u8 lso[0x1]; member
117 LSOMAGIC 0x27091997 lso ``drivers/fc4/fc.c``
111 LSOMAGIC 0x27091997 lso ``drivers/fc4/fc.c``
1331 u8 lso; member
345 if (MLX5_GET(ipsec_extended_cap, fdev->ipsec->caps, lso)) in mlx5_fpga_ipsec_device_caps()