Home
last modified time | relevance | path

Searched refs:reqi (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/google/gve/
H A Dgve_tx.c785 u32 reqi = tx->req; in gve_tx_fill_xdp() local
790 info = &tx->info[reqi & tx->mask]; in gve_tx_fill_xdp()
803 gve_tx_fill_pkt_desc(&tx->desc[reqi & tx->mask], 0, in gve_tx_fill_xdp()
808 gve_tx_fill_seg_desc(&tx->desc[reqi & tx->mask], in gve_tx_fill_xdp()
821 reqi++; in gve_tx_fill_xdp()
/linux/drivers/scsi/bfa/
H A Dbfa_svc.c776 struct bfa_fcxp_req_info_s *reqi = &fcxp->req_info; in bfa_fcxp_queue() local
778 struct bfa_rport_s *rport = reqi->bfa_rport; in bfa_fcxp_queue()
794 send_req->vf_id = cpu_to_be16(reqi->vf_id); in bfa_fcxp_queue()
795 send_req->lp_fwtag = bfa_lps_get_fwtag(bfa, reqi->lp_tag); in bfa_fcxp_queue()
796 send_req->class = reqi->class; in bfa_fcxp_queue()
798 send_req->cts = reqi->cts; in bfa_fcxp_queue()
799 send_req->fchs = reqi->fchs; in bfa_fcxp_queue()
801 send_req->req_len = cpu_to_be32(reqi->req_tot_len); in bfa_fcxp_queue()
808 bfa_alen_set(&send_req->req_alen, reqi->req_tot_len, in bfa_fcxp_queue()
813 bfa_alen_set(&send_req->req_alen, reqi->req_tot_len, in bfa_fcxp_queue()
[all …]