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

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.h51 bool notify_fw; member in struct:qed_ll2_tx_packet
153 * @notify_fw: Produce corresponding Rx BD immediately.
160 u16 buf_len, void *cookie, u8 notify_fw);
169 * @notify_fw: Issue doorbell to fw for this packet.
176 bool notify_fw);
H A Dqed_ll2.c1777 u16 buf_len, void *cookie, u8 notify_fw)
1825 if (!notify_fw) {
1841 u8 notify_fw)
1846 p_curp->notify_fw = notify_fw;
1950 bool b_notify = p_ll2_conn->tx_queue.cur_send_packet->notify_fw;
1999 bool notify_fw)
2038 qed_ll2_prepare_tx_packet_set(p_hwfn, p_tx, p_curp, pkt, notify_fw);
1774 qed_ll2_post_rx_buffer(void *cxt, u8 connection_handle, dma_addr_t addr, u16 buf_len, void *cookie, u8 notify_fw) argument
1837 qed_ll2_prepare_tx_packet_set(struct qed_hwfn *p_hwfn, struct qed_ll2_tx_queue *p_tx, struct qed_ll2_tx_packet *p_curp, struct qed_ll2_tx_pkt_info *pkt, u8 notify_fw) argument
1996 qed_ll2_prepare_tx_packet(void *cxt, u8 connection_handle, struct qed_ll2_tx_pkt_info *pkt, bool notify_fw) argument
/linux-master/include/linux/qed/
H A Dqed_rdma_if.h652 bool notify_fw);
660 u8 notify_fw);
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c2339 struct rtw89_vif *rtwvif, bool notify_fw)
2345 if (notify_fw)
2354 void rtw89_fw_release_general_pkt_list(struct rtw89_dev *rtwdev, bool notify_fw) argument
2359 rtw89_fw_release_general_pkt_list_vif(rtwdev, rtwvif, notify_fw);
2338 rtw89_fw_release_general_pkt_list_vif(struct rtw89_dev *rtwdev, struct rtw89_vif *rtwvif, bool notify_fw) argument
H A Dfw.h4405 struct rtw89_vif *rtwvif, bool notify_fw);
4406 void rtw89_fw_release_general_pkt_list(struct rtw89_dev *rtwdev, bool notify_fw);

Completed in 282 milliseconds