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

/osnet-11/usr/src/lib/libecp/common/
H A Decp_impl.c119 ecp_parse_rx_packet(char *buf, int len, ecp_instance_t *ecp_instp) argument
128 ECP_STAT_UPDATE(ecp_instp, ierrors, 1);
135 if (bcmp(ecp_instp->ecp_src_addr.ether_addr_octet,
143 if (ecp_ver != ecp_instp->ecp_version) {
150 (void) pthread_mutex_lock(&ecp_instp->ecp_tx_lock);
151 if (ntohs(ecpp->ecp_seq) == ecp_instp->ecp_ack_seq) {
152 ecp_instp->ecp_last_ack_seq = ntohs(ecpp->ecp_seq);
153 ecp_instp->ecp_tx_acked = B_TRUE;
154 (void) pthread_cond_signal(&ecp_instp->ecp_tx_cv);
157 ntohs(ecpp->ecp_seq), ecp_instp
225 ecp_instance_t *ecp_instp; local
267 ecp_instance_t *ecp_instp = instp; local
290 ecp_instance_t *ecp_instp = instp; local
352 ecp_instance_t *ecp_instp = instp; local
385 ecp_instance_t *ecp_instp = instp; local
400 ecp_instance_t *ecp_instp = instp; local
[all...]

Completed in 15 milliseconds