Lines Matching refs:abort

784 static void update_abort_struct(p2G4_abort_t *abort, bs_time_t *next_recheck_time){  in update_abort_struct()  argument
788 abort->recheck_time = hwll_phy_time_from_dev(*next_recheck_time); in update_abort_struct()
794 abort->abort_time = hwll_phy_time_from_dev(nsi_hws_get_time()); in update_abort_struct()
796 abort->abort_time = TIME_NEVER; in update_abort_struct()
806 p2G4_abort_t *abort = &tx_status.tx_req.abort; in Tx_abort_eval_respond() local
808 update_abort_struct(abort, &next_recheck_time); in Tx_abort_eval_respond()
810 int ret = p2G4_dev_provide_new_tx_abort_nc_b(abort); in Tx_abort_eval_respond()
903 update_abort_struct(&tx_status.tx_req_fec1.abort, &next_recheck_time); in start_Tx()
916 update_abort_struct(&tx_status.tx_req.abort, &next_recheck_time); in start_Tx()
934 update_abort_struct(&tx_status.tx_req.abort, &next_recheck_time); in start_Tx_FEC2()
1139 p2G4_abort_t *abort = &rx_status.rx_req.abort; in Rx_abort_eval_respond() local
1140 update_abort_struct(abort, &next_recheck_time); in Rx_abort_eval_respond()
1142 int ret = p2G4_dev_provide_new_rxv2_abort_nc_b(abort); in Rx_abort_eval_respond()
1190 update_abort_struct(&rx_status.rx_req_fec1.abort, &next_recheck_time); in start_Rx()
1193 update_abort_struct(&rx_status.rx_req.abort, &next_recheck_time); in start_Rx()
1237 update_abort_struct(&rx_status.rx_req.abort, &next_recheck_time); in start_Rx_FEC2()
1288 update_abort_struct(&rx_status.rx_req.abort, &next_recheck_time); in Rx_Addr_received()
1289 int ret = p2G4_dev_rxv2_cont_after_addr_nc_b(accept_packet, &rx_status.rx_req.abort); in Rx_Addr_received()
1408 p2G4_abort_t *abort = &cca_status.cca_req.abort; in CCA_abort_eval_respond() local
1410 update_abort_struct(abort, &next_recheck_time); in CCA_abort_eval_respond()
1412 int ret = p2G4_dev_provide_new_cca_abort_nc_b(abort); in CCA_abort_eval_respond()
1430 update_abort_struct(&cca_status.cca_req.abort, &next_recheck_time); in start_CCA_ED()