Searched refs:notify_fw (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_ll2_api.h | 239 u8 notify_fw); 274 bool notify_fw);
|
H A D | ecore_ll2.h | 66 bool notify_fw; member
|
H A D | ecore_ll2.c | 1574 u8 notify_fw) in ecore_ll2_post_rx_buffer() argument 1624 if (!notify_fw) { in ecore_ll2_post_rx_buffer() 1640 u8 notify_fw) in ecore_ll2_prepare_tx_packet_set() argument 1646 p_curp->notify_fw = notify_fw; in ecore_ll2_prepare_tx_packet_set() 1743 bool b_notify = p_ll2_conn->tx_queue.cur_send_packet->notify_fw; in ecore_ll2_tx_packet_notify() 1798 bool notify_fw) in ecore_ll2_prepare_tx_packet() argument 1837 ecore_ll2_prepare_tx_packet_set(p_tx, p_curp, pkt, notify_fw); in ecore_ll2_prepare_tx_packet()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | fw.c | 2412 struct rtw89_vif *rtwvif, bool notify_fw) in rtw89_fw_h2c_tp_offload() 2418 if (notify_fw) in rtw89_fw_h2c_ra() 2427 void rtw89_fw_release_general_pkt_list(struct rtw89_dev *rtwdev, bool notify_fw) in rtw89_fw_h2c_ra() 2432 rtw89_fw_release_general_pkt_list_vif(rtwdev, rtwvif, notify_fw); in rtw89_fw_h2c_ra() 1505 rtw89_fw_release_general_pkt_list_vif(struct rtw89_dev * rtwdev,struct rtw89_vif * rtwvif,bool notify_fw) rtw89_fw_release_general_pkt_list_vif() argument 1520 rtw89_fw_release_general_pkt_list(struct rtw89_dev * rtwdev,bool notify_fw) rtw89_fw_release_general_pkt_list() argument
|
H A D | fw.h | 4417 struct rtw89_vif *rtwvif, bool notify_fw); 4418 void rtw89_fw_release_general_pkt_list(struct rtw89_dev *rtwdev, bool notify_fw);
|