Home
last modified time | relevance | path

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

/linux/net/atm/
H A 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/include/uapi/linux/
H A Datmppp.h22 int encaps; /* PPPOATM_ENCAPS_* */ member
H A Datmbr2684.h88 int encaps; /* BR2684_ENCAPS_* */ member
/linux/Documentation/networking/
H A Dseg6-sysctl.rst33 IPv6 header in case of SR T.encaps
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_priv.h96 struct encap_flow_item encaps[MLX5_MAX_FLOW_FWD_VPORTS]; member
/linux/drivers/scsi/fcoe/
H A 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/drivers/scsi/libfc/
H A Dfc_exch.c483 fr_encaps(fp) = ep->encaps; in fc_seq_send_locked()
1541 ep->encaps = fr_encaps(fp); in fc_exch_recv_req()