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

/freebsd-current/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c57 qlnxr_ll2_complete_tx_packet(void *cxt, uint8_t connection_handle, void *cookie, dma_addr_t first_frag_addr, bool b_last_fragment, bool b_last_packet) argument
148 qlnxr_ll2_release_rx_packet(void *cxt, u8 connection_handle, void *cookie, dma_addr_t rx_buf_addr, bool b_last_packet) argument
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_ll2_api.h99 bool b_last_packet; member in struct:ecore_ll2_comp_rx_data
H A Decore_ll2.c153 bool b_last_packet = false, b_last_frag = false; local
H A Decore_iwarp.c2902 ecore_iwarp_ll2_rel_rx_pkt(void *cxt, u8 OSAL_UNUSED connection_handle, void *cookie, dma_addr_t OSAL_UNUSED rx_buf_addr, bool OSAL_UNUSED b_last_packet) argument
2921 ecore_iwarp_ll2_comp_tx_pkt(void *cxt, u8 connection_handle, void *cookie, dma_addr_t OSAL_UNUSED first_frag_addr, bool OSAL_UNUSED b_last_fragment, bool OSAL_UNUSED b_last_packet) argument
2960 ecore_iwarp_ll2_rel_tx_pkt(void *cxt, u8 OSAL_UNUSED connection_handle, void *cookie, dma_addr_t OSAL_UNUSED first_frag_addr, bool OSAL_UNUSED b_last_fragment, bool OSAL_UNUSED b_last_packet) argument

Completed in 70 milliseconds