Home
last modified time | relevance | path

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

123456789

/drivers/infiniband/sw/rxe/
Drxe_hdr.h34 static inline struct sk_buff *PKT_TO_SKB(struct rxe_pkt_info *pkt) in PKT_TO_SKB()
280 static inline u8 bth_opcode(struct rxe_pkt_info *pkt) in bth_opcode()
285 static inline void bth_set_opcode(struct rxe_pkt_info *pkt, u8 opcode) in bth_set_opcode()
290 static inline u8 bth_se(struct rxe_pkt_info *pkt) in bth_se()
295 static inline void bth_set_se(struct rxe_pkt_info *pkt, int se) in bth_set_se()
300 static inline u8 bth_mig(struct rxe_pkt_info *pkt) in bth_mig()
305 static inline void bth_set_mig(struct rxe_pkt_info *pkt, u8 mig) in bth_set_mig()
310 static inline u8 bth_pad(struct rxe_pkt_info *pkt) in bth_pad()
315 static inline void bth_set_pad(struct rxe_pkt_info *pkt, u8 pad) in bth_set_pad()
320 static inline u8 bth_tver(struct rxe_pkt_info *pkt) in bth_tver()
[all …]
Drxe_resp.c85 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_resp_queue_pkt() local
121 struct rxe_pkt_info *pkt) in check_psn()
165 struct rxe_pkt_info *pkt) in check_op_seq()
255 struct rxe_pkt_info *pkt) in check_op_valid()
343 struct rxe_pkt_info *pkt) in check_resource()
389 struct rxe_pkt_info *pkt) in check_length()
404 struct rxe_pkt_info *pkt) in check_rkey()
532 struct rxe_pkt_info *pkt) in write_data_in()
556 struct rxe_pkt_info *pkt) in process_atomic()
595 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()
110 static int check_addr(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_addr()
170 static int hdr_check(struct rxe_pkt_info *pkt) in hdr_check()
225 static inline void rxe_rcv_pkt(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_rcv_pkt()
235 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv_mcast_pkt() local
329 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_chk_dgid() local
362 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv() local
Drxe_comp.c137 struct rxe_pkt_info *pkt, in get_wqe()
172 struct rxe_pkt_info *pkt, in check_psn()
211 struct rxe_pkt_info *pkt, in check_ack()
342 struct rxe_pkt_info *pkt, in do_read()
362 struct rxe_pkt_info *pkt, in do_atomic()
453 struct rxe_pkt_info *pkt, in complete_ack()
499 struct rxe_pkt_info *pkt, in complete_wqe()
541 static void free_pkt(struct rxe_pkt_info *pkt) in free_pkt()
558 struct rxe_pkt_info *pkt = NULL; in rxe_completer() local
Drxe_net.c158 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_udp_encap_recv() local
299 static int prepare4(struct rxe_pkt_info *pkt, struct sk_buff *skb) in prepare4()
325 static int prepare6(struct rxe_pkt_info *pkt, struct sk_buff *skb) in prepare6()
350 int rxe_prepare(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_prepare()
378 static int rxe_send(struct sk_buff *skb, struct rxe_pkt_info *pkt) in rxe_send()
411 static int rxe_loopback(struct sk_buff *skb, struct rxe_pkt_info *pkt) in rxe_loopback()
433 int rxe_xmit_packet(struct rxe_qp *qp, struct rxe_pkt_info *pkt, in rxe_xmit_packet()
475 int paylen, struct rxe_pkt_info *pkt) in rxe_init_packet()
Drxe_req.c366 struct rxe_pkt_info *pkt) in init_req_packet()
455 struct rxe_pkt_info *pkt, struct sk_buff *skb, in finish_packet()
491 struct rxe_pkt_info *pkt) in update_wqe_state()
503 struct rxe_pkt_info *pkt, in update_wqe_psn()
547 struct rxe_pkt_info *pkt, int payload) in update_state()
617 struct rxe_pkt_info pkt; in rxe_requester() local
/drivers/media/platform/qcom/venus/
Dhfi_msgs.c23 struct hfi_msg_event_notify_pkt *pkt) in event_seq_changed()
125 struct hfi_msg_event_notify_pkt *pkt) in event_release_buffer_ref()
143 struct hfi_msg_event_notify_pkt *pkt) in event_sys_error()
156 struct hfi_msg_event_notify_pkt *pkt) in event_session_error()
188 struct hfi_msg_event_notify_pkt *pkt = packet; in hfi_event_notify() local
216 struct hfi_msg_sys_init_done_pkt *pkt = packet; in hfi_sys_init_done() local
245 struct hfi_msg_sys_property_info_pkt *pkt) in sys_get_prop_image_version()
272 struct hfi_msg_sys_property_info_pkt *pkt = packet; in hfi_sys_property_info() local
294 struct hfi_msg_sys_release_resource_done_pkt *pkt = packet; in hfi_sys_rel_resource_done() local
303 struct hfi_msg_sys_ping_ack_pkt *pkt = packet; in hfi_sys_ping_done() local
[all …]
Dhfi_cmds.c14 void pkt_sys_init(struct hfi_sys_init_pkt *pkt, u32 arch_type) in pkt_sys_init()
21 void pkt_sys_pc_prep(struct hfi_sys_pc_prep_pkt *pkt) in pkt_sys_pc_prep()
27 void pkt_sys_idle_indicator(struct hfi_sys_set_property_pkt *pkt, u32 enable) in pkt_sys_idle_indicator()
38 void pkt_sys_debug_config(struct hfi_sys_set_property_pkt *pkt, u32 mode, in pkt_sys_debug_config()
52 void pkt_sys_coverage_config(struct hfi_sys_set_property_pkt *pkt, u32 mode) in pkt_sys_coverage_config()
61 int pkt_sys_set_resource(struct hfi_sys_set_resource_pkt *pkt, u32 id, u32 size, in pkt_sys_set_resource()
88 int pkt_sys_unset_resource(struct hfi_sys_release_resource_pkt *pkt, u32 id, in pkt_sys_unset_resource()
109 void pkt_sys_ping(struct hfi_sys_ping_pkt *pkt, u32 cookie) in pkt_sys_ping()
116 void pkt_sys_power_control(struct hfi_sys_set_property_pkt *pkt, u32 enable) in pkt_sys_power_control()
127 int pkt_sys_ssr_cmd(struct hfi_sys_test_ssr_pkt *pkt, u32 trigger_type) in pkt_sys_ssr_cmd()
[all …]
Dhfi_venus.c237 struct iface_queue *queue, void *pkt, u32 *tx_req) in venus_read_queue()
382 void *pkt, bool sync) in venus_iface_cmdq_write_nolock()
421 static int venus_iface_cmdq_write(struct venus_hfi_device *hdev, void *pkt, bool sync) in venus_iface_cmdq_write()
436 struct hfi_sys_set_resource_pkt *pkt; in venus_hfi_core_set_resource() local
672 void *pkt) in venus_iface_msgq_read_nolock()
693 static int venus_iface_msgq_read(struct venus_hfi_device *hdev, void *pkt) in venus_iface_msgq_read()
705 void *pkt) in venus_iface_dbgq_read_nolock()
727 static int venus_iface_dbgq_read(struct venus_hfi_device *hdev, void *pkt) in venus_iface_dbgq_read()
841 struct hfi_sys_set_property_pkt *pkt; in venus_sys_set_debug() local
858 struct hfi_sys_set_property_pkt *pkt; in venus_sys_set_coverage() local
[all …]
/drivers/soc/mediatek/
Dmtk-cmdq-helper.c109 struct cmdq_pkt *pkt; in cmdq_pkt_create() local
140 void cmdq_pkt_destroy(struct cmdq_pkt *pkt) in cmdq_pkt_destroy()
151 static int cmdq_pkt_append_command(struct cmdq_pkt *pkt, in cmdq_pkt_append_command()
178 int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value) in cmdq_pkt_write()
191 int cmdq_pkt_write_mask(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_write_mask()
213 int cmdq_pkt_read_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, u16 addr_low, in cmdq_pkt_read_s()
228 int cmdq_pkt_write_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_write_s()
243 int cmdq_pkt_write_s_mask(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_write_s_mask()
266 int cmdq_pkt_write_s_value(struct cmdq_pkt *pkt, u8 high_addr_reg_idx, in cmdq_pkt_write_s_value()
280 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
357 static int usbhs_dcp_dir_switch_to_write(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_to_write()
386 static int usbhs_dcp_dir_switch_to_read(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_to_read()
414 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
343 struct cpucp_packet pkt; in hl_set_temperature() local
368 struct cpucp_packet pkt; in hl_get_voltage() local
397 struct cpucp_packet pkt; in hl_get_current() local
426 struct cpucp_packet pkt; in hl_get_fan_speed() local
455 struct cpucp_packet pkt; in hl_get_pwm_info() local
484 struct cpucp_packet pkt; in hl_set_pwm_info() local
507 struct cpucp_packet pkt; in hl_set_voltage() local
532 struct cpucp_packet pkt; in hl_set_current() 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/ethernet/intel/ice/
Dice_fdir.c777 static void ice_pkt_insert_ipv6_addr(u8 *pkt, int offset, __be32 *addr) in ice_pkt_insert_ipv6_addr()
794 static void ice_pkt_insert_u6_qfi(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u6_qfi()
808 static void ice_pkt_insert_u8(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u8()
824 static void ice_pkt_insert_u8_tc(u8 *pkt, int offset, u8 data) in ice_pkt_insert_u8_tc()
841 static void ice_pkt_insert_u16(u8 *pkt, int offset, __be16 data) in ice_pkt_insert_u16()
852 static void ice_pkt_insert_u32(u8 *pkt, int offset, __be32 data) in ice_pkt_insert_u32()
862 static void ice_pkt_insert_mac_addr(u8 *pkt, u8 *addr) in ice_pkt_insert_mac_addr()
877 u8 *pkt, bool frag, bool tun) in ice_fdir_get_gen_prgm_pkt()
/drivers/scsi/qla2xxx/
Dqla_isr.c37 void *pkt = &item->iocb; in qla27xx_process_purex_fpin() local
60 qla24xx_process_abts(struct scsi_qla_host *vha, struct purex_item *pkt) in qla24xx_process_abts()
184 void **pkt, struct rsp_que **rsp) in __qla_consume_iocb()
221 void **pkt, struct rsp_que **rsp, u8 *buf, u32 buf_len) in __qla_copy_purex_to_buffer()
962 qla24xx_queue_purex_item(scsi_qla_host_t *vha, struct purex_item *pkt, in qla24xx_queue_purex_item()
986 *qla24xx_copy_std_pkt(struct scsi_qla_host *vha, void *pkt) in qla24xx_copy_std_pkt()
1007 qla27xx_copy_fpin_pkt(struct scsi_qla_host *vha, void **pkt, in qla27xx_copy_fpin_pkt()
1871 sts_entry_t *pkt = iocb; in qla2x00_get_sp_from_handle() local
1997 struct mbx_24xx_entry *pkt) in qla24xx_mbx_iocb_entry()
2035 struct nack_to_isp *pkt) in qla24xxx_nack_iocb_entry()
[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()
/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/net/wireless/intel/iwlwifi/fw/
Dsmem.c12 struct iwl_rx_packet *pkt) in iwl_parse_shared_mem_22000()
47 struct iwl_rx_packet *pkt) in iwl_parse_shared_mem()
87 struct iwl_rx_packet *pkt; in iwl_get_shared_mem_conf() 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/r8188eu/os_dep/
Dxmit_linux.c68 void rtw_set_tx_chksum_offload(struct sk_buff *pkt, struct pkt_attrib *pattrib) in rtw_set_tx_chksum_offload()
106 void rtw_os_pkt_complete(struct adapter *padapter, struct sk_buff *pkt) in rtw_os_pkt_complete()
148 static void rtw_check_xmit_resource(struct adapter *padapter, struct sk_buff *pkt) in rtw_check_xmit_resource()
215 int rtw_xmit_entry(struct sk_buff *pkt, struct net_device *pnetdev) in rtw_xmit_entry()
/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c68 void rtw_os_pkt_complete(struct adapter *padapter, struct sk_buff *pkt) in rtw_os_pkt_complete()
105 static void rtw_check_xmit_resource(struct adapter *padapter, struct sk_buff *pkt) in rtw_check_xmit_resource()
184 int _rtw_xmit_entry(struct sk_buff *pkt, struct net_device *pnetdev) in _rtw_xmit_entry()
223 int rtw_xmit_entry(struct sk_buff *pkt, struct net_device *pnetdev) in rtw_xmit_entry()

123456789