Searched defs:tunnel (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_iosram_priv.h80 #define INVALID_KEY(tunnel, x) (tunnel->tunnel_keys[(x)].key == 0)
99 caddr_t base; /* VA of this tunnel SRAM area */
104 typedef struct tunnel { struct
124 * pointer to an array of SBBC_MAX_KEYS tunnel entries
126 tunnel_t *tunnel; member in struct:chosen_iosram
139 * tunnel switch related routines
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_iosram.c64 #define IOSRAM_GETB(tunnel, buf, sram, count) \
65 ddi_rep_get8(tunnel->reg_handle, buf, sram, count, DDI_DEV_AUTOINCR)
67 #define IOSRAM_PUTB(tunnel, buf, sram, count) \
68 ddi_rep_put8(tunnel->reg_handle, buf, sram, count, DDI_DEV_AUTOINCR)
70 #define IOSRAM_PUT(tunnel, sram, buf, size) \
72 ddi_put##size(tunnel->reg_handle, (uint##size##_t *)sram, \
76 #define IOSRAM_GET(tunnel, sram, buf, size) \
78 *(uint##size##_t *)buf = ddi_get##size(tunnel->reg_handle, \
95 uint_t tunnel; local
101 (void) prom_getprop(nodeid, "iosram", (caddr_t)&tunnel);
162 struct tunnel_key *tunnel; local
225 struct tunnel_key *tunnel; local
316 tunnel_fini(tunnel_t *tunnel) argument
385 struct tunnel_key *tunnel; local
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c695 uint_t tunnel; local
701 * Get /chosen node - that's where the tunnel property is
708 if (prom_getprop(nodeid, IOSRAM_CHOSEN_PROP, (caddr_t)&tunnel) <= 0) {
713 if (prom_phandle_to_path((phandle_t)tunnel, chosen_iosram,
716 tunnel);
718 tunnel);
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c1528 * Note that the tunnel bit in input must not be set when the hardware
1538 bool tunnel; local
1548 tunnel = !!(input.formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK);
1569 if (tunnel)
1807 DEBUGOUT(" Error on tunnel type byte mask\n");
1814 * tunnel.
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c621 uint_t tunnel; local
631 if (prom_getprop(nodeid, IOSRAM_CHOSEN_PROP, (caddr_t)&tunnel) <= 0) {
635 if (prom_phandle_to_path((phandle_t)tunnel, master_sbbc,
638 tunnel);
653 if ((dip == NULL) || (ddi_get_nodeid(dip) != tunnel)) {
655 tunnel);
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c629 uint_t tunnel; local
638 if (prom_getprop(nodeid, IOSRAM_CHOSEN_PROP, (caddr_t)&tunnel) <= 0) {
642 if (prom_phandle_to_path((phandle_t)tunnel, master_sbbc,
645 tunnel);
659 if ((dip == NULL) || (ddi_get_nodeid(dip) != tunnel)) {
661 "e_ddi_hold_devi_by_path(%x) failed for SBBC\n", tunnel);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c585 /* SPD_FLUSH is worth a tunnel MTU check. */
636 /* Then flush every tunnel's appropriate one. */
1069 /* Check for mix-and-match of tunnel/transport. */
1109 * For now, we don't allow transport-mode on a tunnel
1306 /* SPD_FLIP is worth a tunnel MTU check. */
1350 /* Better idea for "tunnel not found"? */
1759 boolean_t tunnel)
1786 if (tunnel)
1796 * a tunnel), add the SPD_EXT_TUN_NAME extension.
1828 uint_t dir, uint_t af, char *name, boolean_t tunnel)
1757 spdsock_encode_rule_head(uint8_t *base, uint_t offset, spd_msg_t *req, const ipsec_policy_t *rule, uint_t dir, uint_t af, char *name, boolean_t tunnel) argument
1827 spdsock_encode_rule(mblk_t *req, const ipsec_policy_t *rule, uint_t dir, uint_t af, char *name, boolean_t tunnel) argument
[all...]

Completed in 105 milliseconds