Home
last modified time | relevance | path

Searched defs:pkt (Results 1 – 25 of 194) sorted by relevance

12345678

/drivers/infiniband/sw/rxe/
Drxe_hdr.h35 static inline struct sk_buff *PKT_TO_SKB(struct rxe_pkt_info *pkt) in PKT_TO_SKB()
281 static inline u8 bth_opcode(struct rxe_pkt_info *pkt) in bth_opcode()
286 static inline void bth_set_opcode(struct rxe_pkt_info *pkt, u8 opcode) in bth_set_opcode()
291 static inline u8 bth_se(struct rxe_pkt_info *pkt) in bth_se()
296 static inline void bth_set_se(struct rxe_pkt_info *pkt, int se) in bth_set_se()
301 static inline u8 bth_mig(struct rxe_pkt_info *pkt) in bth_mig()
306 static inline void bth_set_mig(struct rxe_pkt_info *pkt, u8 mig) in bth_set_mig()
311 static inline u8 bth_pad(struct rxe_pkt_info *pkt) in bth_pad()
316 static inline void bth_set_pad(struct rxe_pkt_info *pkt, u8 pad) in bth_set_pad()
321 static inline u8 bth_tver(struct rxe_pkt_info *pkt) in bth_tver()
[all …]
Drxe_resp.c83 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_resp_queue_pkt() local
118 struct rxe_pkt_info *pkt) in check_psn()
162 struct rxe_pkt_info *pkt) in check_op_seq()
252 struct rxe_pkt_info *pkt) in check_op_valid()
332 struct rxe_pkt_info *pkt) in check_resource()
376 struct rxe_pkt_info *pkt) in check_length()
391 struct rxe_pkt_info *pkt) in check_rkey()
495 struct rxe_pkt_info *pkt) in write_data_in()
519 struct rxe_pkt_info *pkt) in process_atomic()
559 struct rxe_pkt_info *pkt, in prepare_ack_packet()
[all …]
Drxe_recv.c13 static int check_type_state(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_type_state()
79 static int check_keys(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_keys()
111 static int check_addr(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_addr()
171 static int hdr_check(struct rxe_pkt_info *pkt) in hdr_check()
226 static inline void rxe_rcv_pkt(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_rcv_pkt()
236 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv_mcast_pkt() local
314 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_chk_dgid() local
347 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv() local
Drxe_comp.c136 struct rxe_pkt_info *pkt, in get_wqe()
171 struct rxe_pkt_info *pkt, in check_psn()
210 struct rxe_pkt_info *pkt, in check_ack()
341 struct rxe_pkt_info *pkt, in do_read()
359 struct rxe_pkt_info *pkt, in do_atomic()
444 struct rxe_pkt_info *pkt, in complete_ack()
490 struct rxe_pkt_info *pkt, in complete_wqe()
536 struct rxe_pkt_info *pkt = NULL; in rxe_completer() local
Drxe_req.c354 struct rxe_pkt_info *pkt) in init_req_packet()
444 struct rxe_pkt_info *pkt, struct sk_buff *skb, in fill_packet()
489 struct rxe_pkt_info *pkt) in update_wqe_state()
501 struct rxe_pkt_info *pkt, in update_wqe_psn()
545 struct rxe_pkt_info *pkt, int payload) in update_state()
562 struct rxe_pkt_info pkt; in rxe_requester() local
/drivers/media/platform/qcom/venus/
Dhfi_msgs.c18 struct hfi_msg_event_notify_pkt *pkt) in event_seq_changed()
120 struct hfi_msg_event_notify_pkt *pkt) in event_release_buffer_ref()
138 struct hfi_msg_event_notify_pkt *pkt) in event_sys_error()
151 struct hfi_msg_event_notify_pkt *pkt) in event_session_error()
183 struct hfi_msg_event_notify_pkt *pkt = packet; in hfi_event_notify() local
211 struct hfi_msg_sys_init_done_pkt *pkt = packet; in hfi_sys_init_done() local
240 struct hfi_msg_sys_property_info_pkt *pkt) in sys_get_prop_image_version()
256 struct hfi_msg_sys_property_info_pkt *pkt = packet; in hfi_sys_property_info() local
278 struct hfi_msg_sys_release_resource_done_pkt *pkt = packet; in hfi_sys_rel_resource_done() local
287 struct hfi_msg_sys_ping_ack_pkt *pkt = packet; in hfi_sys_ping_done() local
[all …]
Dhfi_cmds.c13 void pkt_sys_init(struct hfi_sys_init_pkt *pkt, u32 arch_type) in pkt_sys_init()
20 void pkt_sys_pc_prep(struct hfi_sys_pc_prep_pkt *pkt) in pkt_sys_pc_prep()
26 void pkt_sys_idle_indicator(struct hfi_sys_set_property_pkt *pkt, u32 enable) in pkt_sys_idle_indicator()
37 void pkt_sys_debug_config(struct hfi_sys_set_property_pkt *pkt, u32 mode, in pkt_sys_debug_config()
51 void pkt_sys_coverage_config(struct hfi_sys_set_property_pkt *pkt, u32 mode) in pkt_sys_coverage_config()
60 int pkt_sys_set_resource(struct hfi_sys_set_resource_pkt *pkt, u32 id, u32 size, in pkt_sys_set_resource()
87 int pkt_sys_unset_resource(struct hfi_sys_release_resource_pkt *pkt, u32 id, in pkt_sys_unset_resource()
108 void pkt_sys_ping(struct hfi_sys_ping_pkt *pkt, u32 cookie) in pkt_sys_ping()
115 void pkt_sys_power_control(struct hfi_sys_set_property_pkt *pkt, u32 enable) in pkt_sys_power_control()
126 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type) in pkt_sys_ssr_cmd()
[all …]
Dhfi_venus.c238 struct iface_queue *queue, void *pkt, u32 *tx_req) in venus_read_queue()
377 void *pkt) in venus_iface_cmdq_write_nolock()
405 static int venus_iface_cmdq_write(struct venus_hfi_device *hdev, void *pkt) in venus_iface_cmdq_write()
420 struct hfi_sys_set_resource_pkt *pkt; in venus_hfi_core_set_resource() local
622 void *pkt) in venus_iface_msgq_read_nolock()
643 static int venus_iface_msgq_read(struct venus_hfi_device *hdev, void *pkt) in venus_iface_msgq_read()
655 void *pkt) in venus_iface_dbgq_read_nolock()
677 static int venus_iface_dbgq_read(struct venus_hfi_device *hdev, void *pkt) in venus_iface_dbgq_read()
791 struct hfi_sys_set_property_pkt *pkt; in venus_sys_set_debug() local
808 struct hfi_sys_set_property_pkt *pkt; in venus_sys_set_coverage() local
[all …]
/drivers/soc/mediatek/
Dmtk-cmdq-helper.c127 struct cmdq_pkt *pkt; in cmdq_pkt_create() local
158 void cmdq_pkt_destroy(struct cmdq_pkt *pkt) in cmdq_pkt_destroy()
169 static int cmdq_pkt_append_command(struct cmdq_pkt *pkt, in cmdq_pkt_append_command()
196 int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value) in cmdq_pkt_write()
209 int cmdq_pkt_write_mask(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_write_mask()
231 int cmdq_pkt_read_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, u16 addr_low, in cmdq_pkt_read_s()
246 int cmdq_pkt_write_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_write_s()
261 int cmdq_pkt_write_s_mask(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_write_s_mask()
284 int cmdq_pkt_write_s_value(struct cmdq_pkt *pkt, u8 high_addr_reg_idx, in cmdq_pkt_write_s_value()
298 int cmdq_pkt_write_s_mask_value(struct cmdq_pkt *pkt, u8 high_addr_reg_idx, in cmdq_pkt_write_s_mask_value()
[all …]
/drivers/usb/renesas_usbhs/
Dfifo.c22 void usbhs_pkt_init(struct usbhs_pkt *pkt) in usbhs_pkt_init()
30 static int usbhsf_null_handle(struct usbhs_pkt *pkt, int *is_done) in usbhsf_null_handle()
45 void usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt, in usbhs_pkt_push()
47 struct usbhs_pkt *pkt), in usbhs_pkt_push()
87 static void __usbhsf_pkt_del(struct usbhs_pkt *pkt) in __usbhsf_pkt_del()
106 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) in usbhs_pkt_pop()
159 struct usbhs_pkt *pkt; in usbhsf_pkt_handler() local
355 static int usbhs_dcp_dir_switch_to_write(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_to_write()
384 static int usbhs_dcp_dir_switch_to_read(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_to_read()
412 static int usbhs_dcp_dir_switch_done(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_done()
[all …]
/drivers/net/wireless/intel/iwlwifi/dvm/
Drx.c38 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_reply_error() local
51 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_csa() local
80 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_spectrum_measure_notif() local
97 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_pm_sleep_notif() local
107 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_pm_debug_statistics_notif() local
117 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_beacon_notif() local
353 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_statistics() local
453 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_reply_statistics() local
476 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_card_state_notif() local
527 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_missed_beacon_notif() local
[all …]
/drivers/misc/habanalabs/common/
Dhwmon.c314 struct cpucp_packet pkt; in hl_get_temperature() local
340 struct cpucp_packet pkt; in hl_set_temperature() local
365 struct cpucp_packet pkt; in hl_get_voltage() local
391 struct cpucp_packet pkt; in hl_get_current() local
417 struct cpucp_packet pkt; in hl_get_fan_speed() local
443 struct cpucp_packet pkt; in hl_get_pwm_info() local
469 struct cpucp_packet pkt; in hl_set_pwm_info() local
492 struct cpucp_packet pkt; in hl_set_voltage() local
517 struct cpucp_packet pkt; in hl_set_current() local
Dfirmware_if.c71 struct cpucp_packet pkt = {}; in hl_fw_send_pci_access_msg() local
82 struct cpucp_packet *pkt; in hl_fw_send_cpu_message() local
148 struct cpucp_packet pkt; in hl_fw_unmask_irq() local
170 struct cpucp_unmask_irq_arr_packet *pkt; in hl_fw_unmask_irq_arr() local
274 struct cpucp_packet pkt = {}; in hl_fw_cpucp_info_get() local
325 struct cpucp_packet pkt = {}; in hl_fw_get_eeprom_data() local
370 struct cpucp_packet pkt = {}; in hl_fw_cpucp_pci_counters_get() local
422 struct cpucp_packet pkt = {}; in hl_fw_cpucp_total_energy_get() local
/drivers/input/touchscreen/
Dusbtouchscreen.c264 static int e2i_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in e2i_read_data()
332 static int egalax_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in egalax_read_data()
376 static int etouch_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in etouch_read_data()
411 static int panjit_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in panjit_read_data()
433 static int mtouch_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in mtouch_read_data()
582 static int itm_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in itm_read_data()
619 static int eturbo_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in eturbo_read_data()
650 static int gunze_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in gunze_read_data()
736 static int dmc_tsc10_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in dmc_tsc10_read_data()
751 static int irtouch_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in irtouch_read_data()
[all …]
/drivers/net/arcnet/
Drfc1051.c89 struct archdr *pkt = (struct archdr *)skb->data; in type_trans() local
126 struct archdr *pkt = pkthdr; in rx() local
165 struct archdr *pkt = skb_push(skb, hdr_size); in build_header() local
207 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx()
Drfc1201.c93 struct archdr *pkt = (struct archdr *)skb->data; in type_trans() local
137 struct archdr *pkt = pkthdr; in rx() local
382 struct archdr *pkt = skb_push(skb, hdr_size); in build_header() local
475 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx()
Darc-rawmode.c44 struct archdr *pkt = pkthdr; in rx() local
88 struct archdr *pkt = skb_push(skb, hdr_size); in build_header() local
113 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx()
Dcapmode.c47 struct archdr *pkt; in rx() local
104 struct archdr *pkt = skb_push(skb, hdr_size); in build_header() local
132 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx()
/drivers/net/wireless/intel/iwlwifi/fw/
Dsmem.c67 struct iwl_rx_packet *pkt) in iwl_parse_shared_mem_22000()
102 struct iwl_rx_packet *pkt) in iwl_parse_shared_mem()
142 struct iwl_rx_packet *pkt; in iwl_get_shared_mem_conf() local
/drivers/scsi/qla2xxx/
Dqla_isr.c36 void *pkt = &item->iocb; in qla27xx_process_purex_fpin() local
59 qla24xx_process_abts(struct scsi_qla_host *vha, struct purex_item *pkt) in qla24xx_process_abts()
818 qla24xx_queue_purex_item(scsi_qla_host_t *vha, struct purex_item *pkt, in qla24xx_queue_purex_item()
842 *qla24xx_copy_std_pkt(struct scsi_qla_host *vha, void *pkt) in qla24xx_copy_std_pkt()
863 qla27xx_copy_fpin_pkt(struct scsi_qla_host *vha, void **pkt, in qla27xx_copy_fpin_pkt()
1712 sts_entry_t *pkt = iocb; in qla2x00_get_sp_from_handle() local
1833 struct mbx_24xx_entry *pkt) in qla24xx_mbx_iocb_entry()
1871 struct nack_to_isp *pkt) in qla24xxx_nack_iocb_entry()
1889 sts_entry_t *pkt, int iocb_type) in qla2x00_ct_entry()
1961 struct sts_entry_24xx *pkt, int iocb_type) in qla24xx_els_ct_entry()
[all …]
/drivers/net/xen-netback/
Drx.c253 struct xenvif_pkt_state *pkt) in xenvif_rx_next_skb()
329 struct xenvif_pkt_state *pkt) in xenvif_rx_complete()
337 static void xenvif_rx_next_frag(struct xenvif_pkt_state *pkt) in xenvif_rx_next_frag()
356 struct xenvif_pkt_state *pkt, in xenvif_rx_next_chunk()
394 struct xenvif_pkt_state *pkt, in xenvif_rx_data_slot()
438 struct xenvif_pkt_state *pkt, in xenvif_rx_extra_slot()
463 struct xenvif_pkt_state pkt; in xenvif_rx_skb() local
/drivers/block/
Dpktcdvd.c525 struct packet_data *pkt; in pkt_alloc_packet_data() local
576 static void pkt_free_packet_data(struct packet_data *pkt) in pkt_free_packet_data()
593 struct packet_data *pkt, *next; in pkt_shrink_pktlist() local
605 struct packet_data *pkt; in pkt_grow_pktlist() local
949 struct packet_data *pkt = bio->bi_private; in pkt_end_io_read() local
968 struct packet_data *pkt = bio->bi_private; in pkt_end_io_packet_write() local
985 static void pkt_gather_data(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_gather_data()
1062 struct packet_data *pkt; in pkt_get_packet_data() local
1076 static void pkt_put_packet_data(struct pktcdvd_device *pd, struct packet_data *pkt) in pkt_put_packet_data()
1085 static inline void pkt_set_state(struct packet_data *pkt, enum packet_data_state state) in pkt_set_state()
[all …]
/drivers/infiniband/hw/qib/
Dqib_user_sdma.c254 static void qib_user_sdma_init_frag(struct qib_user_sdma_pkt *pkt, in qib_user_sdma_init_frag()
297 struct qib_user_sdma_pkt *pkt, in qib_user_sdma_page_to_frags()
559 struct qib_user_sdma_pkt *pkt, in qib_user_sdma_coalesce()
617 struct qib_user_sdma_pkt *pkt, in qib_user_sdma_free_pkt_frag()
660 struct qib_user_sdma_pkt *pkt, in qib_user_sdma_pin_pages()
717 struct qib_user_sdma_pkt *pkt, in qib_user_sdma_pin_pkt()
759 struct qib_user_sdma_pkt *pkt, in qib_user_sdma_init_payload()
779 struct qib_user_sdma_pkt *pkt, *pkt_next; in qib_user_sdma_free_pkt_list() local
815 struct qib_user_sdma_pkt *pkt = NULL; in qib_user_sdma_queue_pkts() local
1065 struct qib_user_sdma_pkt *pkt; in qib_user_sdma_queue_clean() local
[all …]
/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c70 void rtw_os_pkt_complete(struct adapter *padapter, _pkt *pkt) in rtw_os_pkt_complete()
107 static void rtw_check_xmit_resource(struct adapter *padapter, _pkt *pkt) in rtw_check_xmit_resource()
202 int _rtw_xmit_entry(_pkt *pkt, _nic_hdl pnetdev) in _rtw_xmit_entry()
263 int rtw_xmit_entry(_pkt *pkt, _nic_hdl pnetdev) in rtw_xmit_entry()
/drivers/vhost/
Dvsock.c101 struct virtio_vsock_pkt *pkt; in vhost_transport_do_send_pkt() local
246 vhost_transport_send_pkt(struct virtio_vsock_pkt *pkt) in vhost_transport_send_pkt()
278 struct virtio_vsock_pkt *pkt, *n; in vhost_transport_cancel_pkt() local
324 struct virtio_vsock_pkt *pkt; in vhost_vsock_alloc_pkt() local
442 struct virtio_vsock_pkt *pkt; in vhost_vsock_handle_tx_kick() local
717 struct virtio_vsock_pkt *pkt; in vhost_vsock_dev_release() local

12345678