Searched defs:link (Results 226 - 239 of 239) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c2214 cmn_err(CE_WARN, "%s: Couldn't bring down link\n", mgp->name);
2736 printf("%s: link up\n", mgp->name);
2740 printf("%s: link down\n", mgp->name);
4436 cmn_err(CE_WARN, "!%s: PCIe link running at x%d\n",
4853 myri10ge_read_pcie_link_width(ddi_acc_handle_t handle, int *link) argument
4865 /* read link width */
4868 *link = (val >> 4);
4965 "%s Flow controlled, check link partner\n",
5840 cmn_err(CE_WARN, "could not read link width!\n");
6169 cmn_err(CE_WARN, "%s: Couldn't bring down link\
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c210 /* Head adapter link. */
1496 /* Add adapter structure to link list. */
1520 /* Disable link reset in panic path */
1768 ql_link_t *link; local
1847 link = ha->dev[index].first;
1848 while (link != NULL) {
1849 tq = link->base_address;
1850 link = link->next;
2677 * Issue a extended link servic
3698 ql_link_t *link; local
3992 ql_link_t *link; local
5547 ql_link_t *link; local
6147 ql_link_t *link; local
6211 ql_link_t *link; local
6282 ql_link_t *link, *next_link; local
6379 ql_link_t *link; local
6738 ql_link_t *link; local
6787 ql_link_t *link; local
6864 ql_link_t *link; local
6924 ql_link_t *link; local
7695 ql_link_t *link; local
7779 ql_done(ql_link_t *link) argument
8177 ql_link_t *link; local
8731 ql_link_t *link; local
8871 ql_link_t *link, *link2; local
9015 ql_link_t *link; local
9099 ql_link_t *link; local
9593 ql_link_t *link; local
9863 ql_link_t *link; local
10124 ql_link_t *link; local
10212 ql_link_t *link, *link2; local
10264 ql_link_t *link; local
10370 ql_link_t *link; local
10610 ql_link_t *link; local
10658 ql_link_t *link; local
10693 ql_link_t *link; local
15417 ql_link_t *link; local
15987 ql_add_link_b(ql_head_t *head, ql_link_t *link) argument
16015 ql_add_link_t(ql_head_t *head, ql_link_t *link) argument
16042 ql_remove_link(ql_head_t *head, ql_link_t *link) argument
16172 ql_link_t *link; local
16227 ql_link_t *link; local
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c132 /* pointers to create/remove link lists */
182 /* set if /dev link is new. speeds up rm_stale_links */
214 /* Globals used by the link database */
1209 * link creation.
1768 * Restrict hotplug link creation if daemon
1908 * If devlink.tab handles link creation, we don't call any
1925 * look for relevant link create rules in the modules, and
1926 * invoke the link create callback function to build a link
2005 * Check to see if "create" link creatio
2479 devfsadm_mklink(char *link, di_node_t node, di_minor_t minor, int flags) argument
2594 devfsadm_secondary_link(char *link, char *primary_link, int flags) argument
3295 link_t *link; local
3419 link_t *link; local
3515 link_t *link; local
3591 link_t *link; local
4233 link_t *link; local
4470 devfsadm_read_link(di_node_t anynode, char *link, char **devfs_path) argument
4494 devfsadm_link_valid(di_node_t anynode, char *link) argument
6448 create_link_list(char *link) argument
6699 get_anchored_re(char *link, char *anchored_re, char *pattern) argument
6729 construct_devlink(char *link, link_list_t *link_build, char *contents, di_minor_t minor, di_node_t node, char *pattern) argument
6849 component_cat(char *link, char *name, int field) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h211 #define ATTACH_PROGRESS_LINK_TIMER 0x8000 /* link check timer */
337 (_LH)->head = (_LH)->head->link; \
347 (_LH)->tail->link = (single_link_t *)(_E); \
352 (_E)->link = NULL;
356 NULL : ((single_link_t *)(_E))->link)
360 struct single_link *link; member in struct:single_link
429 single_link_t link; member in struct:tx_control_block
729 ddi_periodic_t periodic_id; /* for link check timer func */
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c242 * o In case of a user specified cpulist present on underlying link and flows,
243 * the flows cpulist must be a subset of the underlying link.
244 * o In case of a user specified fanout mode present on link and flow, the
246 * underlying link. The cpu-bindings for the subflows will be a subset of
247 * the underlying link.
248 * o In case if no cpulist specified on both underlying link and flow, the
249 * underlying link relies on a MAC tunable to provide out of box fanout.
251 * o In case if no cpulist is specified on the underlying link, a subflow can
254 * of the underlying link.
255 * o In case where the underlying link i
7404 mac_bridge_set(mac_handle_t mh, mac_handle_t link) argument
7428 mac_bridge_clear(mac_handle_t mh, mac_handle_t link) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1327 struct drmach_msglist *prev; /* link to previous entry */
1328 struct drmach_msglist *next; /* link to next entry */
1329 struct drmach_msglist *link; /* link to related entry */ member in struct:drmach_msglist
2112 drmach_msglist_t *link)
2126 listp->link = link;
2175 * If link is set for this entry, check to see if
2183 if (link) {
2184 mutex_enter(&link
2110 drmach_mbox_req_rply(dr_proto_hdr_t *hdrp, uint32_t olen, caddr_t ibufp, uint32_t ilen, int timeout, int nrtry, int nosig, drmach_msglist_t *link) argument
[all...]
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c269 { "rename-link", do_rename_link,
270 " rename-link <oldlink> <newlink>" },
271 { "show-link", do_show_link,
272 " show-link [-pP] [-o <field>,..] [-s [-i <interval>]] "
273 "[<link>]\n" },
277 "\t\t -l <link> [-l <link>...] <link>" },
279 " delete-aggr [-t] <link>" },
281 " add-aggr [-t] -l <link> [
2338 char *link = NULL; local
2783 char link[MAXLINKNAMELEN]; local
2912 char link[DLPI_LINKNAME_MAX]; local
2956 print_aggr_info(show_grp_state_t *state, const char *link, dladm_aggr_grp_attr_t *ginfop) argument
3057 print_aggr_extended(show_grp_state_t *state, const char *link, dladm_aggr_grp_attr_t *ginfop) argument
3151 print_aggr_lacp(show_grp_state_t *state, const char *link, dladm_aggr_grp_attr_t *ginfop) argument
3273 print_aggr_stats(show_grp_state_t *state, const char *link, dladm_aggr_grp_attr_t *ginfop) argument
3347 char link[MAXLINKNAMELEN]; local
3699 print_phys_default(show_state_t *state, datalink_id_t linkid, const char *link, uint32_t flags, uint32_t media) argument
3927 print_phys_mac(show_state_t *state, datalink_id_t linkid, char *link) argument
3955 print_phys_hwgrp(show_state_t *state, datalink_id_t linkid, char *link) argument
4300 char link[MAXLINKNAMELEN]; local
5785 get_link_stats(const char *link, pktsum_t *stats) argument
6013 char link[MAXLINKNAMELEN]; local
6062 char link[MAXLINKNAMELEN]; local
8085 char link[MAXLINKNAMELEN]; local
8171 char link[MAXLINKNAMELEN]; local
9019 link_is_ether(const char *link, datalink_id_t *linkid) argument
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h130 NFSERR_XDEV = 18, /* Cross-device link */
158 NFLNK, /* symbolic link */
587 * NFS_OK part of read sym link reply union
595 * Result of reading symbolic link
694 * arguments to link
1773 diropargs3 link; member in struct:LINK3args
H A Dnfs4_kprot.h1168 linktext4 link; member in struct:READLINK4res
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_inc.h1064 link:1, /* 1:link up, 0:link down */ member in struct:__anon6391
1110 /* Generic enable for GbE ports. Will detect the speed of the link. */
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1121 struct ql_head *head; /* the queue this link is on */
1133 /* Command link. */
1136 /* Watchdog link and timer. */
1222 /* Head command link. */
1234 ql_link_t link; member in struct:ql_lun
1249 /* Head target command link. */
1258 /* Device link. */
1261 /* Head watchdog link. */
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h322 uint32_t link:8; member in struct:dump4_var
332 uint32_t link:8; member in struct:dump4_var
868 #define CFG_LINKRESET 0x3 /* Changes effective after link reset */
1051 #define FC_REG_LINK_EVENT 0x01 /* Register for link up/down */
1089 #define ONDI_LNKINFO 0x4 /* supports retrieval of link info */
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h684 * IDN link/unlink operations occur asynchronously with respect to the
687 * unlikely to have multiple outstanding link/unlink requests so we
907 * Used to synchronize completion of link/unlink with respect to
908 * the original requester (user). Necessary since link establishment
914 /* 2 */ IDNOP_ERROR /* error trying to link/unlink */
1299 /* 2 */ IDNFIN_OPT_RELINK /* disconnect and retry link */
1351 /* 1 */ IDNDS_NEGO_PEND, /* link initiating */
1352 /* 2 */ IDNDS_NEGO_SENT, /* link initiated, nego sent */
1353 /* 3 */ IDNDS_NEGO_RCVD, /* link wanted, nego+ack sent */
1358 /* 8 */ IDNDS_CON_READY, /* ready to establish link */
3799 } link; member in union:idnop
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h544 s_list_entry_t link; member in struct:_lm_coalesce_buffer_t
567 s_list_entry_t link; member in struct:_lm_packet_t
916 /* Ways for the MAC to determine a link change. */
923 /* Ways for the driver to get the link change event. */
1258 struct elink_params link; member in struct:_lm_params_t
1772 // link config
2141 lm_status_t link; member in struct:_lm_reported_link_params_t
2201 * if we cannot get link via autonegotiation, we'll force
2202 * the speed to get link. */
2210 * is no link
2291 struct elink_vars link; member in struct:_lm_variables_t
3098 d_list_entry_t link; /* Link for the device list. */ member in struct:_lm_device_t
[all...]

Completed in 233 milliseconds

12345678910