| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_common.c | 415 field = (struct nix_lso_format *)&lso->fields[0]; in otx2_setup_udp_segmentation() 416 lso->field_mask = GENMASK(18, 0); in otx2_setup_udp_segmentation() 447 struct nix_lso_format_cfg *lso; in otx2_setup_segmentation() local 454 lso = otx2_mbox_alloc_msg_nix_lso_format_cfg(&pfvf->mbox); in otx2_setup_segmentation() 455 if (!lso) in otx2_setup_segmentation() 459 otx2_setup_udp_segmentation(lso, true); in otx2_setup_segmentation() 466 otx2_mbox_get_rsp(&pfvf->mbox.mbox, 0, &lso->hdr); in otx2_setup_segmentation() 473 lso = otx2_mbox_alloc_msg_nix_lso_format_cfg(&pfvf->mbox); in otx2_setup_segmentation() 474 if (!lso) in otx2_setup_segmentation() 478 otx2_setup_udp_segmentation(lso, false); in otx2_setup_segmentation() [all …]
|
| A D | otx2_struct.h | 202 u64 lso : 1; member
|
| A D | otx2_txrx.c | 601 ext->lso = 1; in otx2_sqe_add_ext()
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| A D | be_hw.h | 233 u8 lso; member 277 u8 lso; /* dword 1 */ member
|
| A D | be_main.c | 879 SET_TX_WRB_HDR_BITS(lso, hdr, in wrb_fill_hdr()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| A D | sge.c | 1378 struct cpl_tx_pkt_lso_core *lso) in write_tso_wr() argument 1395 lso->ipid_ofst = htons(0); in write_tso_wr() 1396 lso->mss = htons(ssi->gso_size); in write_tso_wr() 1397 lso->seqno_offset = htonl(0); in write_tso_wr() 1399 lso->len = htonl(skb->len); in write_tso_wr() 1403 return (void *)(lso + 1); in write_tso_wr() 1625 len += sizeof(*lso); in cxgb4_eth_xmit() 1946 lso->lso_ctrl = in cxgb4_vf_eth_xmit() 1954 lso->ipid_ofst = cpu_to_be16(0); in cxgb4_vf_eth_xmit() 1958 lso->len = cpu_to_be32(skb->len); in cxgb4_vf_eth_xmit() [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| A D | sge.c | 1280 struct cpl_tx_pkt_lso_core *lso = (void *)(wr + 1); in t4vf_eth_xmit() local 1287 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()
|
| /linux/drivers/scsi/lpfc/ |
| A D | lpfc_attr.c | 7130 hs->link_failure_count -= lso->link_failure_count; in lpfc_get_stats() 7131 hs->loss_of_sync_count -= lso->loss_of_sync_count; in lpfc_get_stats() 7135 hs->invalid_crc_count -= lso->invalid_crc_count; in lpfc_get_stats() 7136 hs->error_frames -= lso->error_frames; in lpfc_get_stats() 7141 hs->nos_count -= lso->link_events; in lpfc_get_stats() 7144 hs->lip_count -= lso->link_events; in lpfc_get_stats() 7149 hs->nos_count -= lso->link_events; in lpfc_get_stats() 7234 lso->invalid_crc_count = pmb->un.varRdLnk.crcCnt; in lpfc_reset_stats() 7235 lso->error_frames = pmb->un.varRdLnk.crcCnt; in lpfc_reset_stats() 7237 lso->link_events = (phba->link_events >> 1); in lpfc_reset_stats() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| A D | en_tx.c | 949 data = (void *)&tx_desc->lso + lso_align; in mlx4_en_xmit() 950 data_offset = offsetof(struct mlx4_en_tx_desc, lso) + lso_align; in mlx4_en_xmit() 1013 tx_desc->lso.mss_hdr_size = cpu_to_be32( in mlx4_en_xmit() 1018 memcpy(tx_desc->lso.header, skb->data, lso_header_size); in mlx4_en_xmit()
|
| A D | mlx4_en.h | 229 struct mlx4_wqe_lso_seg lso; member
|
| /linux/Documentation/translations/zh_CN/process/ |
| A D | magic-number.rst | 94 LSOMAGIC 0x27091997 lso ``drivers/fc4/fc.c``
|
| /linux/Documentation/translations/zh_TW/process/ |
| A D | magic-number.rst | 97 LSOMAGIC 0x27091997 lso ``drivers/fc4/fc.c``
|
| /linux/include/linux/mlx5/ |
| A D | mlx5_ifc_fpga.h | 421 u8 lso[0x1]; member
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_nix.c | 688 nix_hw->lso.total = cfg; in nix_setup_lso() 712 nix_hw->lso.in_use++; in nix_setup_lso() 725 nix_hw->lso.in_use++; in nix_setup_lso() 4661 for (idx = 0; idx < nix_hw->lso.in_use; idx++) { in rvu_mbox_handler_nix_lso_format_cfg() 4673 if (idx < nix_hw->lso.in_use) { in rvu_mbox_handler_nix_lso_format_cfg() 4679 if (nix_hw->lso.in_use == nix_hw->lso.total) in rvu_mbox_handler_nix_lso_format_cfg() 4682 rsp->lso_format_idx = nix_hw->lso.in_use++; in rvu_mbox_handler_nix_lso_format_cfg()
|
| A D | rvu.h | 317 struct nix_lso lso; member
|
| /linux/Documentation/process/ |
| A D | magic-number.rst | 104 LSOMAGIC 0x27091997 lso ``drivers/fc4/fc.c``
|
| /linux/Documentation/translations/it_IT/process/ |
| A D | magic-number.rst | 110 LSOMAGIC 0x27091997 lso ``drivers/fc4/fc.c``
|
| /linux/drivers/net/hyperv/ |
| A D | hyperv_net.h | 1415 u8 lso; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| A D | ipsec.c | 348 if (MLX5_GET(ipsec_extended_cap, fdev->ipsec->caps, lso)) in mlx5_fpga_ipsec_device_caps()
|