Searched defs:address (Results 1 - 3 of 3) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | netdev-solaris.c | 99 struct in_addr in4; /* IPv4 address */ 101 struct in6_addr in6; /* IPv6 address */ 108 uint8_t etheraddr[ETH_ADDR_LEN]; /* MAC address */ 1111 * Attempts to set 'netdev''s MAC address to 'mac'. Returns 0 if successful, 1142 error = solaris_set_dlprop_string(netdev_name, "mac-address", buffer, 1214 * Only the bridge ethernet address can be changed outside the 1227 error = solaris_get_dlprop(netdev_name, "mac-address", "current", 1929 * If 'netdev' has an assigned IPv4 address, sets '*address' to that 1930 * address an 1934 netdev_solaris_get_in4(const struct netdev *netdev_, struct in_addr *address, struct in_addr *netmask) argument 1989 netdev_solaris_set_in4(struct netdev *netdev_, struct in_addr address, struct in_addr netmask) argument 2043 netdev_solaris_get_in6(const struct netdev *netdev_, struct in6_addr *address) argument [all...] |
/solaris-userland/components/open-fabrics/libsif/include/psifapi/ |
H A D | psif_hw_data_be.h | 108 * Context used by tsu_mmu when performing address translation. The structure 170 * using this to find the address of the receive queue entry. 179 /* Base address for the receive queue in host memory. */ 319 /* Local address structure. */ 321 /* Host address. */ 323 /* Local key used to validate the memory region this address is pointing to. */ 400 /* Remote address structure. */ 405 * Remote key used to validate the memory region the associated address is 514 * PSIF_WR_INVALIDATE_TLB: this is the address vector to invalidate in the 515 * TLB. PSIF_WR_RESIZE_CQ: this is the new address o 2354 u64 address; member in struct:psif_epsc_csr_base_addr 2478 u64 address; member in struct:psif_epsc_csr_query_qp 2584 u64 address; member in struct:psif_epsc_csr_query_hw 3515 u64 address; member in struct:psif_base_addr [all...] |
H A D | psif_hw_data_le.h | 62 * Context used by tsu_mmu when performing address translation. The structure 112 * using this to find the address of the receive queue entry. 134 /* Base address for the receive queue in host memory. */ 273 /* Local address structure. */ 275 /* Host address. */ 279 /* Local key used to validate the memory region this address is pointing to. */ 354 /* Remote address structure. */ 361 * Remote key used to validate the memory region the associated address is 468 * PSIF_WR_INVALIDATE_TLB: this is the address vector to invalidate in the 469 * TLB. PSIF_WR_RESIZE_CQ: this is the new address o 2328 u64 address; member in struct:psif_epsc_csr_base_addr 2452 u64 address; member in struct:psif_epsc_csr_query_qp 2558 u64 address; member in struct:psif_epsc_csr_query_hw 3489 u64 address; member in struct:psif_base_addr [all...] |
Completed in 567 milliseconds