Home
last modified time | relevance | path

Searched refs:port1 (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_rules.c249 ports2str(short port1, short port2, char *buf, const int sz) in ports2str() argument
251 if (port2 <= port1) in ports2str()
252 (void) snprintf(buf, sz, "port=%d", port1); in ports2str()
254 (void) snprintf(buf, sz, "port=%d-%d", port1, port2); in ports2str()
/titanic_44/usr/src/cmd/luxadm/
H A Dqlgcupdate.c162 static char port1[MAXNAMELEN] = {NULL}; in q_qlgc_update() local
320 if (strcmp(port1, port2) == 0) { in q_qlgc_update()
374 (void) strcpy(port1, port2); in q_qlgc_update()
/titanic_44/usr/src/uts/common/io/yge/
H A Dyge.c2262 yge_port_t *port1; in yge_intr() local
2276 port1 = dev->d_port[YGE_PORT_A]; in yge_intr()
2301 dispatch_wrk |= yge_intr_gmac(port1); in yge_intr()
2308 yge_error(NULL, status & Y2_IS_CHK_RX1 ? port1 : port2, in yge_intr()
2315 yge_error(NULL, status & Y2_IS_CHK_TXA1 ? port1 : port2, in yge_intr()
2340 if (port1->p_running) { in yge_intr()
2342 yge_txeof(port1, txindex[0]); in yge_intr()
2345 mac_rx(port1->p_mh, NULL, heads[0]); in yge_intr()
/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_txc_hw.h289 uint32_t port1:4; member
295 uint32_t port1:4;