Home
last modified time | relevance | path

Searched refs:bd_used (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c162 tcp_buf->bd_used = frag_list->cnt & 0xffff; in lm_tcp_tx_post_buf()
172 DbgBreakIf(S16_SUB(new_prod, old_prod) < tcp_buf->bd_used); in lm_tcp_tx_post_buf()
198 tx_con->u.tx.bds_without_comp_flag += tcp_buf->bd_used; in lm_tcp_tx_post_buf()
215 tcp->cid, tcp_buf->size, tcp_buf->bd_used, tcp_buf->flags, tcp_buf->app_buf_size); in lm_tcp_tx_post_buf()
H A Dlm_l4fp.c104 con->dpc_info.dpc_bd_used += tcp_buf->bd_used; in lm_tcp_complete_nbytes()
159 con->dpc_info.dpc_bd_used += tcp_buf->bd_used; in lm_tcp_complete_nbytes()
H A Dlm_l4rx.c364 lm_bd_chain_bds_consumed(&con->bd_chain, tcp_buf->bd_used); in lm_tcp_complete_tcp_buf()
1805 tcp_buf->bd_used = 0; /* will be modified if buffer will be posted */ in lm_tcp_rx_post_buf()
1977 tcp_buf->bd_used = frag_list->cnt & TCP_MAX_SGL_SIZE; in _lm_tcp_rx_post_buf()
1983 DbgBreakIf(S16_SUB(new_prod, old_prod) < tcp_buf->bd_used); in _lm_tcp_rx_post_buf()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_send.c990 packet->u1.tx.bd_used = start_bd_nbd += (u16_t)frags->cnt; in lm_send_packet()
1127 lm_bd_chain_bds_consumed(&tx_chain->bd_chain, pkt->u1.tx.bd_used); in lm_get_packets_sent()
H A Dlm_resc.c2684 lm_bd_chain_bds_consumed(&tx_chain->bd_chain, pkt->u1.tx.bd_used); in lm_abort()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h64 u16_t bd_used; /* Number of BDs consumed in the bd chain for this tcp buffer */ member
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h579 u16_t bd_used; member