Searched refs:encaps (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/uapi/linux/
H A Datmppp.h22 int encaps; /* PPPOATM_ENCAPS_* */ member in struct:atm_backend_ppp
H A Datmbr2684.h88 int encaps; /* BR2684_ENCAPS_* */ member in struct:atm_backend_br2684
/linux-master/net/atm/
H A Dpppoatm.c63 enum pppoatm_encaps encaps; member in struct:pppoatm_vcc
196 switch (pvcc->encaps) {
210 pvcc->encaps = e_llc;
217 pvcc->encaps = e_vc;
319 switch (pvcc->encaps) { /* LLC encapsulation needed */
345 pr_debug("Trying to send without setting encaps!\n");
397 if (be.encaps != PPPOATM_ENCAPS_AUTODETECT &&
398 be.encaps != PPPOATM_ENCAPS_VC && be.encaps != PPPOATM_ENCAPS_LLC)
411 pvcc->encaps
[all...]
H A Dbr2684.c74 enum br2684_encaps encaps; member in struct:br2684_vcc
207 int minheadroom = (brvcc->encaps == e_llc) ?
223 if (brvcc->encaps == e_llc) {
447 if (brvcc->encaps == e_llc) {
571 (be.encaps != BR2684_ENCAPS_VC &&
572 be.encaps != BR2684_ENCAPS_LLC) ||
577 pr_debug("vcc=%p, encaps=%d, brvcc=%p\n", atmvcc, be.encaps, brvcc);
592 brvcc->encaps = (enum br2684_encaps)be.encaps;
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_priv.h93 * The number of encaps is bounded by the number of supported
96 struct encap_flow_item encaps[MLX5_MAX_FLOW_FWD_VPORTS]; member in struct:mlx5e_tc_flow
H A Dtc_tun_encap.c293 flow = container_of(efi, struct mlx5e_tc_flow, encaps[efi->index]);
415 encaps[efi->index]);
530 struct mlx5e_encap_entry *e = flow->encaps[out_index].e;
545 list_del(&flow->encaps[out_index].list);
546 flow->encaps[out_index].e = NULL;
700 if (flow->encaps[i].e != e)
916 flow->encaps[out_index].e = e;
917 list_add(&flow->encaps[out_index].list, &e->flows);
918 flow->encaps[out_index].index = out_index;
1706 mlx5_core_warn(priv->mdev, "Failed to update route encaps,
[all...]
/linux-master/include/scsi/
H A Dlibfc.h413 * @encaps: encapsulation information for lower-level driver
445 u8 encaps; member in struct:fc_exch
/linux-master/drivers/scsi/libfc/
H A Dfc_exch.c483 fr_encaps(fp) = ep->encaps;
1541 ep->encaps = fr_encaps(fp);
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c610 struct fip_encaps encaps; member in struct:fip_encaps_head
651 cap->encaps.fd_desc.fip_dtype = dtype;
652 cap->encaps.fd_desc.fip_dlen = dlen / FIP_BPW;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c4350 INIT_LIST_HEAD(&flow->encaps[out_index].list);

Completed in 156 milliseconds