Home
last modified time | relevance | path

Searched refs:lstate (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c980 if (tavor_loopback_alloc_mem(&lstate, &lstate.tls_tx, in tavor_ioctl_loopback()
990 if (tavor_loopback_alloc_mem(&lstate, &lstate.tls_rx, in tavor_ioctl_loopback()
1010 if (tavor_loopback_alloc_qps(&lstate, &lstate.tls_tx) != 0) { in tavor_ioctl_loopback()
1019 if (tavor_loopback_alloc_qps(&lstate, &lstate.tls_rx) != 0) { in tavor_ioctl_loopback()
1028 if (tavor_loopback_modify_qp(&lstate, &lstate.tls_tx, in tavor_ioctl_loopback()
1038 if (tavor_loopback_modify_qp(&lstate, &lstate.tls_rx, in tavor_ioctl_loopback()
1053 if (tavor_loopback_post_send(&lstate, &lstate.tls_tx, in tavor_ioctl_loopback()
1065 ret = tavor_loopback_poll_cq(&lstate, &lstate.tls_tx); in tavor_ioctl_loopback()
1082 if (bcmp(lstate.tls_tx.tlc_buf, lstate.tls_rx.tlc_buf, in tavor_ioctl_loopback()
2069 (void) tavor_pd_free(lstate->tls_state, &lstate->tls_pd_hdl); in tavor_loopback_free_state()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c1083 if (hermon_loopback_alloc_mem(&lstate, &lstate.hls_tx, in hermon_ioctl_loopback()
1093 if (hermon_loopback_alloc_mem(&lstate, &lstate.hls_rx, in hermon_ioctl_loopback()
1113 if (hermon_loopback_alloc_qps(&lstate, &lstate.hls_tx) != 0) { in hermon_ioctl_loopback()
1122 if (hermon_loopback_alloc_qps(&lstate, &lstate.hls_rx) != 0) { in hermon_ioctl_loopback()
1131 if (hermon_loopback_modify_qp(&lstate, &lstate.hls_tx, in hermon_ioctl_loopback()
1141 if (hermon_loopback_modify_qp(&lstate, &lstate.hls_rx, in hermon_ioctl_loopback()
1156 if (hermon_loopback_post_send(&lstate, &lstate.hls_tx, in hermon_ioctl_loopback()
1168 ret = hermon_loopback_poll_cq(&lstate, &lstate.hls_tx); in hermon_ioctl_loopback()
1186 if (bcmp(lstate.hls_tx.hlc_buf, lstate.hls_rx.hlc_buf, in hermon_ioctl_loopback()
2822 kmem_free(lstate->hls_tx.hlc_buf, lstate->hls_tx.hlc_buf_sz); in hermon_loopback_free_state()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c1091 lstate); in encrypt_is()
1178 register int lstate; in encrypt_send_encrypt_is() local
1190 return (lstate); in encrypt_send_encrypt_is()
1211 return (lstate); in encrypt_send_encrypt_is()
1224 return (lstate); in encrypt_send_encrypt_is()
1287 return (lstate); in encrypt_send_encrypt_is()
1345 int lstate; in encrypt_start_output() local
1841 int lstate; in encrypt_reply() local
1856 lstate); in encrypt_reply()
1907 lstate); in encrypt_reply()
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c1328 ldcp->lane_in.lstate, ldcp->lane_out.lstate); in vsw_ldc_reinit()
1333 ldcp->lane_in.lstate = 0; in vsw_ldc_reinit()
1334 ldcp->lane_out.lstate = 0; in vsw_ldc_reinit()
1700 DUMP_FLAGS(lane_in->lstate); in vsw_next_milestone()
1701 DUMP_FLAGS(lane_out->lstate); in vsw_next_milestone()
1710 if (lane_out->lstate == 0) { in vsw_next_milestone()
1814 lane_out->lstate); in vsw_next_milestone()
1843 lane_out->lstate); in vsw_next_milestone()
3391 ldcp->lane_in.lstate, ldcp->lane_out.lstate); in vsw_process_data_pkt()
3959 ldcp->lane_out.lstate); in vsw_ldcsend_pkt()
[all …]
H A Dvsw_rxdring.c879 if ((!(lane_in->lstate & VSW_LANE_ACTIVE)) || in vsw_dringsend_shm()
883 lane_in->lstate); in vsw_dringsend_shm()
H A Dvsw_txdring.c802 if ((!(ldcp->lane_out.lstate & VSW_LANE_ACTIVE)) || in vsw_dringsend()
806 ldcp->lane_out.lstate); in vsw_dringsend()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c6162 if (lstate->mi_lenable) { in i_mac_impl_log()
6179 if (lstate->mi_last) in i_mac_impl_log()
6196 if (lstate->mi_last) in i_mac_impl_log()
6199 if (lstate->mi_fenable) { in i_mac_impl_log()
6203 lstate); in i_mac_impl_log()
6279 i_mac_log_state_t lstate; in mac_log_linkinfo() local
6292 lstate.mi_last = B_FALSE; in mac_log_linkinfo()
6293 lstate.mi_list = &net_log_list; in mac_log_linkinfo()
6384 i_mac_log_state_t lstate; in mac_stop_logusage() local
6398 lstate.mi_last = B_TRUE; in mac_stop_logusage()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.h197 extern indicator_t *new_indicator(ind_state_t lstate, char *namep,
H A Ddiskmon_conf.c181 new_indicator(ind_state_t lstate, char *namep, char *actionp) in new_indicator() argument
185 newindicator->ind_state = lstate; in new_indicator()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h293 uint64_t lstate; /* Lane state */ member
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2059 state->id_link_state = lstate; in ibd_async_link()
2060 mac_link_update(state->id_mh, lstate); in ibd_async_link()
8698 link_state_t lstate; in ibdpd_async_handler() local
8706 if (state->id_link_state != lstate) { in ibdpd_async_handler()
8707 state->id_link_state = lstate; in ibdpd_async_handler()
8708 mac_link_update(state->id_mh, lstate); in ibdpd_async_handler()
8732 *lstate = LINK_STATE_UP; in ibd_get_port_state()
8734 *lstate = LINK_STATE_DOWN; in ibd_get_port_state()
8744 link_state_t lstate; in ibd_port_attach() local
8808 state->id_link_state = lstate; in ibd_port_attach()
[all …]
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c3224 aggr_lacp_state_t *lstate; in print_lacp_cb() local
3231 lstate = &(portp->lp_lacp_state); in print_lacp_cb()
3247 (lstate->bit.aggregation ? "yes" : "no")); in print_lacp_cb()
3252 (lstate->bit.sync ? "yes" : "no")); in print_lacp_cb()
3257 (lstate->bit.collecting ? "yes" : "no")); in print_lacp_cb()
3262 (lstate->bit.distributing ? "yes" : "no")); in print_lacp_cb()
3267 (lstate->bit.defaulted ? "yes" : "no")); in print_lacp_cb()
3272 (lstate->bit.expired ? "yes" : "no")); in print_lacp_cb()
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1332 lstate.o \