Home
last modified time | relevance | path

Searched refs:req_pkt (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/usb/serial/
Dsierra.c573 struct usb_ctrlrequest *req_pkt = urb->transfer_buffer; in sierra_instat_callback() local
575 if (!req_pkt) { in sierra_instat_callback()
580 if ((req_pkt->bRequestType == 0xA1) && in sierra_instat_callback()
581 (req_pkt->bRequest == 0x20)) { in sierra_instat_callback()
600 __func__, req_pkt->bRequestType, in sierra_instat_callback()
601 req_pkt->bRequest); in sierra_instat_callback()
Doption.c2183 struct usb_ctrlrequest *req_pkt = urb->transfer_buffer; in option_instat_callback() local
2185 if (!req_pkt) { in option_instat_callback()
2189 if ((req_pkt->bRequestType == 0xA1) && in option_instat_callback()
2190 (req_pkt->bRequest == 0x20)) { in option_instat_callback()
2208 req_pkt->bRequestType, req_pkt->bRequest); in option_instat_callback()
/Linux-v5.10/drivers/infiniband/sw/rxe/
Drxe_resp.c631 struct rxe_pkt_info *req_pkt) in read_reply() argument
659 res->first_psn = req_pkt->psn; in read_reply()
661 if (reth_len(req_pkt)) { in read_reply()
662 res->last_psn = (req_pkt->psn + in read_reply()
663 (reth_len(req_pkt) + mtu - 1) / in read_reply()
668 res->cur_psn = req_pkt->psn; in read_reply()
698 skb = prepare_ack_packet(qp, req_pkt, &ack_pkt, opcode, payload, in read_reply()
/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_def.h3585 uint8_t req_pkt[REQUEST_ENTRY_SIZE]; member