Home
last modified time | relevance | path

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

/linux-5.19.10/net/atm/
Dpppoatm.c63 enum pppoatm_encaps encaps; member
196 switch (pvcc->encaps) { in pppoatm_push()
210 pvcc->encaps = e_llc; in pppoatm_push()
217 pvcc->encaps = e_vc; in pppoatm_push()
319 switch (pvcc->encaps) { /* LLC encapsulation needed */ in pppoatm_send()
397 if (be.encaps != PPPOATM_ENCAPS_AUTODETECT && in pppoatm_assign_vcc()
398 be.encaps != PPPOATM_ENCAPS_VC && be.encaps != PPPOATM_ENCAPS_LLC) in pppoatm_assign_vcc()
411 pvcc->encaps = (enum pppoatm_encaps) be.encaps; in pppoatm_assign_vcc()
415 (be.encaps == e_vc ? 0 : LLC_LEN); in pppoatm_assign_vcc()
Dbr2684.c74 enum br2684_encaps encaps; member
207 int minheadroom = (brvcc->encaps == e_llc) ? in br2684_xmit_vcc()
223 if (brvcc->encaps == e_llc) { in br2684_xmit_vcc()
447 if (brvcc->encaps == e_llc) { in br2684_push()
571 (be.encaps != BR2684_ENCAPS_VC && in br2684_regvcc()
572 be.encaps != BR2684_ENCAPS_LLC) || in br2684_regvcc()
577 pr_debug("vcc=%p, encaps=%d, brvcc=%p\n", atmvcc, be.encaps, brvcc); in br2684_regvcc()
592 brvcc->encaps = (enum br2684_encaps)be.encaps; in br2684_regvcc()
803 (brvcc->encaps == e_llc) ? "LLC" : "VC", in br2684_seq_show()
/linux-5.19.10/include/uapi/linux/
Datmppp.h22 int encaps; /* PPPOATM_ENCAPS_* */ member
Datmbr2684.h88 int encaps; /* BR2684_ENCAPS_* */ member
/linux-5.19.10/Documentation/networking/
Dseg6-sysctl.rst30 IPv6 header in case of SR T.encaps
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_encap.c283 flow = container_of(efi, struct mlx5e_tc_flow, encaps[efi->index]); in mlx5e_take_all_encap_flows()
405 encaps[efi->index]); in mlx5e_tc_update_neigh_used_value()
507 struct mlx5e_encap_entry *e = flow->encaps[out_index].e; in mlx5e_detach_encap()
522 list_del(&flow->encaps[out_index].list); in mlx5e_detach_encap()
523 flow->encaps[out_index].e = NULL; in mlx5e_detach_encap()
646 if (flow->encaps[i].e != e) in is_duplicated_encap_entry()
874 flow->encaps[out_index].e = e; in mlx5e_attach_encap()
875 list_add(&flow->encaps[out_index].list, &e->flows); in mlx5e_attach_encap()
876 flow->encaps[out_index].index = out_index; in mlx5e_attach_encap()
Dtc_priv.h95 struct encap_flow_item encaps[MLX5_MAX_FLOW_FWD_VPORTS]; member
/linux-5.19.10/include/scsi/
Dlibfc.h445 u8 encaps; member
/linux-5.19.10/drivers/scsi/fcoe/
Dfcoe_ctlr.c610 struct fip_encaps encaps; in fcoe_ctlr_encaps() member
651 cap->encaps.fd_desc.fip_dtype = dtype; in fcoe_ctlr_encaps()
652 cap->encaps.fd_desc.fip_dlen = dlen / FIP_BPW; in fcoe_ctlr_encaps()
/linux-5.19.10/drivers/scsi/libfc/
Dfc_exch.c483 fr_encaps(fp) = ep->encaps; in fc_seq_send_locked()
1541 ep->encaps = fr_encaps(fp); in fc_exch_recv_req()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c4008 INIT_LIST_HEAD(&flow->encaps[out_index].list); in mlx5e_alloc_flow()