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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/l4/
H A Dmm_l4if.h29 lm_tcp_con_t *tcp_con);
34 lm_tcp_con_t *tcp_con);
52 lm_tcp_con_t *tcp_con,
57 lm_tcp_con_t *tcp_con,
68 #define mm_acquire_tcp_lock(pdev,tcp_con) mm_acquire_tcp_q_lock((pdev),(tcp_con),__ql_hdl)
69 #define mm_release_tcp_lock(pdev,tcp_con) mm_release_tcp_q_lock((pdev),(tcp_con),__ql_hdl)
78 lm_tcp_con_t *tcp_con);
83 lm_tcp_con_t *tcp_con);
98 mm_acquire_tcp_lock( struct _lm_device_t *pdev, lm_tcp_con_t *tcp_con) argument
105 mm_release_tcp_lock( struct _lm_device_t *pdev, lm_tcp_con_t *tcp_con) argument
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c600 lm_tcp_con_t *tcp_con = tcp_state->tx_con; local
606 if ( tcp_con->flags & TCP_TX_POST_BLOCKED ) {
610 DbgBreakIf( (tcp_con->app_buf_bytes_acc_post != 0) ||
611 (tcp_con->db_more_bytes != 0) ||
612 (tcp_con->db_more_bds != 0) ||
613 (tcp_con->u.tx.bds_without_comp_flag != 0)
616 old_prod = lm_bd_chain_prod_idx(&(tcp_con->bd_chain));
619 tx_bd = (struct toe_tx_bd *)lm_toe_bd_chain_produce_bd(&(tcp_con->bd_chain));
627 dbg_bytes_prod_seq = tcp_con->db_data.tx->bytes_prod_seq + tcp_con
[all...]
H A Dlm_l4sp.c4318 lm_tcp_con_t *tcp_con; local
4331 tcp_con = tcp->rx_con;
4332 if (tcp_con) {
4335 num_isles = d_list_entry_cnt(&tcp_con->u.rx.gen_info.isles_list);
4336 num_bytes_in_isles = tcp_con->u.rx.gen_info.isle_nbytes;
4339 if(!d_list_is_empty(&tcp_con->u.rx.gen_info.dpc_peninsula_list)) {
4343 d_list_add_tail(&released_list_of_gen_bufs,&tcp_con->u.rx.gen_info.dpc_peninsula_list);
4346 if (!d_list_is_empty(&tcp_con->u.rx.gen_info.peninsula_list)) {
4347 d_list_add_tail(&released_list_of_gen_bufs,&tcp_con->u.rx.gen_info.peninsula_list);
4353 pdev->toe_info.stats.total_bytes_lost_on_upload += tcp_con
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm_l4.c40 lm_tcp_con_t *tcp_con)
49 lm_tcp_con_t *tcp_con)
121 lm_tcp_con_t *tcp_con, /* Rx OR Tx connection */
38 mm_acquire_tcp_lock( lm_device_t *pdev, lm_tcp_con_t *tcp_con) argument
47 mm_release_tcp_lock( lm_device_t *pdev, lm_tcp_con_t *tcp_con) argument
118 mm_tcp_complete_bufs( struct _lm_device_t *pdev, lm_tcp_state_t *tcp, lm_tcp_con_t *tcp_con, s_list_t *buf_list, lm_status_t lm_status ) argument

Completed in 76 milliseconds