handle_invalid_req_id
return handle_invalid_req_id(tx_ring, req_id, tx_info, false);
handle_invalid_req_id(tx_ring, req_id, NULL, false);
int handle_invalid_req_id(struct ena_ring *ring, u16 req_id,
return handle_invalid_req_id(tx_ring, req_id, tx_info, true);
handle_invalid_req_id(tx_ring, req_id, NULL, true);