Home
last modified time | relevance | path

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

/Linux-v5.15/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.c2238 struct usb_ctrlrequest *req_pkt = urb->transfer_buffer; in option_instat_callback() local
2240 if (!req_pkt) { in option_instat_callback()
2244 if ((req_pkt->bRequestType == 0xA1) && in option_instat_callback()
2245 (req_pkt->bRequest == 0x20)) { in option_instat_callback()
2263 req_pkt->bRequestType, req_pkt->bRequest); in option_instat_callback()
/Linux-v5.15/drivers/infiniband/sw/rxe/
Drxe_resp.c664 struct rxe_pkt_info *req_pkt) in read_reply() argument
692 res->first_psn = req_pkt->psn; in read_reply()
694 if (reth_len(req_pkt)) { in read_reply()
695 res->last_psn = (req_pkt->psn + in read_reply()
696 (reth_len(req_pkt) + mtu - 1) / in read_reply()
701 res->cur_psn = req_pkt->psn; in read_reply()
731 skb = prepare_ack_packet(qp, req_pkt, &ack_pkt, opcode, payload, in read_reply()
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_def.h3686 uint8_t req_pkt[REQUEST_ENTRY_SIZE]; member