Searched refs:notify_fw (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2_api.h231 * @param notify_fw produce corresponding Rx BD
241 u8 notify_fw);
268 * @param notify_fw - issue doorbell to fw for this packet
276 bool notify_fw);
H A Decore_ll2.h68 bool notify_fw; member in struct:ecore_ll2_tx_packet
H A Decore_ll2.c1577 u8 notify_fw)
1627 if (!notify_fw) {
1643 u8 notify_fw)
1649 p_curp->notify_fw = notify_fw;
1746 bool b_notify = p_ll2_conn->tx_queue.cur_send_packet->notify_fw;
1801 bool notify_fw)
1840 ecore_ll2_prepare_tx_packet_set(p_tx, p_curp, pkt, notify_fw);
1572 ecore_ll2_post_rx_buffer(void *cxt, u8 connection_handle, dma_addr_t addr, u16 buf_len, void *cookie, u8 notify_fw) argument
1640 ecore_ll2_prepare_tx_packet_set(struct ecore_ll2_tx_queue *p_tx, struct ecore_ll2_tx_packet *p_curp, struct ecore_ll2_tx_pkt_info *pkt, u8 notify_fw) argument
1797 ecore_ll2_prepare_tx_packet( void *cxt, u8 connection_handle, struct ecore_ll2_tx_pkt_info *pkt, bool notify_fw) argument

Completed in 57 milliseconds