Home
last modified time | relevance | path

Searched refs:con_idx (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_lm_recv.c206 while(rxq->con_idx != hw_con_idx) in get_packets_rcvd()
208 DbgBreakIf(S16_SUB(hw_con_idx, rxq->con_idx) <= 0); in get_packets_rcvd()
225 rxq->con_idx = pkt->u1.rx.next_bd_idx; in get_packets_rcvd()
391 u32_t con_idx, in lm_get_packets_rcvd() argument
401 if(con_idx) in lm_get_packets_rcvd()
403 hw_con_idx = con_idx & 0xffff; in lm_get_packets_rcvd()
663 while(rxq->con_idx != hw_con_idx) in get_packets_rcvd()
688 rxq->con_idx = pkt->u1.rx.next_bd_idx; in get_packets_rcvd()
870 u32_t con_idx, in lm_get_packets_rcvd() argument
880 if(con_idx) in lm_get_packets_rcvd()
[all …]
H A Dbnx_lm_send.c679 while(txq->con_idx != hw_con_idx) in get_packets_sent()
681 DbgBreakIf(S16_SUB(hw_con_idx, txq->con_idx) <= 0); in get_packets_sent()
696 if((u16_t) S16_SUB(hw_con_idx, txq->con_idx) < in get_packets_sent()
704 DbgBreakIf(pkt->u1.tx.dbg_start_bd_idx != txq->con_idx); in get_packets_sent()
729 txq->con_idx = pkt->u1.tx.next_bd_idx; in get_packets_sent()
754 u32_t con_idx, in lm_get_packets_sent() argument
764 if(con_idx) in lm_get_packets_sent()
766 hw_con_idx = con_idx & 0xffff; in lm_get_packets_sent()
H A Dlm.h299 u32_t con_idx,
316 u32_t con_idx,
450 u32_t con_idx,
H A Dbnx_lm_main.c4394 if(hw_con_idx != txq->con_idx) in lm_get_interrupt_status()
4411 if(hw_con_idx != rxq->con_idx) in lm_get_interrupt_status()
4474 u16_t con_idx; in lm_ack_completed_wqes() local
4492 con_idx = new_con_idx; in lm_ack_completed_wqes()
4544 u16_t con_idx; in lm_get_kernel_cqes() local
4562 con_idx++; in lm_get_kernel_cqes()
4612 u16_t con_idx; in lm_ack_kernel_cqes() local
4621 con_idx += (u16_t) num_cqes; in lm_ack_kernel_cqes()
4645 con_idx, in lm_ack_kernel_cqes()
4684 con_idx); in lm_ack_kernel_cqes()
[all …]
H A Dlm5706.h817 u16_t con_idx; member
875 u16_t con_idx; member
H A Dbnx_hw_reset.c920 pdev->ofld.hcopy_chain.con_idx = 0; in l4_reset_setup()
1025 txq->con_idx = 0; in init_l2txq()
1123 rxq->con_idx = 0; in init_l2rxq()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_resc.c1467 pdev->sq_info.sq_chain.con_idx = 0; in lm_setup_sq()
H A Dlm_sp.c3946 pdev->sq_info.sq_chain.con_idx ++; in lm_sq_complete()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2564 u16_t con_idx; member