| /drivers/media/dvb-core/ |
| A D | dvb_demux.c | 513 const int pktsize) in find_next_packet() argument 519 (pktsize == 204 && buf[pos] == 0xB8)) in find_next_packet() 527 int backtrack = pos - pktsize; in find_next_packet() 529 (pktsize == 204 && buf[backtrack] == 0xB8))) in find_next_packet() 538 size_t count, const int pktsize) in _dvb_dmx_swfilter() argument 548 j = pktsize - i; in _dvb_dmx_swfilter() 562 p = find_next_packet(buf, p, count, pktsize); in _dvb_dmx_swfilter() 565 if (count - p < pktsize) in _dvb_dmx_swfilter() 570 if (pktsize == 204 && (*q == 0xB8)) { in _dvb_dmx_swfilter() 576 p += pktsize; in _dvb_dmx_swfilter() [all …]
|
| /drivers/net/ethernet/emulex/benet/ |
| A D | be_hw.h | 304 u8 pktsize[14]; /* dword 0 */ member 338 u8 pktsize[14]; /* dword 0 */ member
|
| /drivers/input/mouse/ |
| A D | psmouse-base.c | 160 if (psmouse->pktcnt < psmouse->pktsize) in psmouse_process_byte() 495 PSMOUSE_CMD_POLL | (psmouse->pktsize << 8)); in psmouse_poll() 565 psmouse->pktsize = 4; in genius_detect() 598 psmouse->pktsize = 4; in intellimouse_detect() 644 psmouse->pktsize = 4; in im_explorer_detect() 985 psmouse->pktsize = 3; in psmouse_apply_defaults() 1380 for (i = 0; i < psmouse->pktsize; i++) { in psmouse_resync() 1548 if (psmouse->pktsize == 3) in psmouse_switch_protocol()
|
| A D | byd.c | 283 if (psmouse->pktcnt < psmouse->pktsize) in byd_process_byte() 485 psmouse->pktsize = 4; in byd_init()
|
| A D | touchkit_ps2.c | 83 psmouse->pktsize = 5; in touchkit_ps2_detect()
|
| A D | hgpk.c | 467 if (psmouse->pktcnt >= psmouse->pktsize) { in hgpk_process_byte() 511 psmouse->pktsize = 3; in hgpk_select_mode() 516 psmouse->pktsize = 6; in hgpk_select_mode()
|
| A D | synaptics.c | 716 if (child->pktsize == 4) in synaptics_pass_pt_packet() 729 if (child->pktsize == 4) in synaptics_pt_activate() 1651 psmouse->pktsize = 6; in synaptics_init_ps2() 1655 psmouse->pktsize = 3; in synaptics_init_ps2()
|
| A D | alps.c | 1590 if (psmouse->pktcnt == psmouse->pktsize) { in alps_flush_packet() 1649 psmouse->pktcnt >= 2 && psmouse->pktcnt <= psmouse->pktsize && in alps_process_byte() 1656 psmouse->pktcnt == psmouse->pktsize) { in alps_process_byte() 1682 if (psmouse->pktcnt == psmouse->pktsize) { in alps_process_byte() 2001 PSMOUSE_CMD_POLL | (psmouse->pktsize << 8)) < 0; in alps_poll() 3156 psmouse->pktsize = priv->proto_version == ALPS_PROTO_V4 ? 8 : 6; in alps_init() 3162 psmouse->resetafter = psmouse->pktsize * 2; in alps_init()
|
| A D | psmouse.h | 100 unsigned char pktsize; member
|
| A D | lifebook.c | 349 psmouse->pktsize = 3; in lifebook_init()
|
| A D | focaltech.c | 433 psmouse->pktsize = 6; in focaltech_init()
|
| A D | logips2pp.c | 332 psmouse->pktsize = 3; in ps2pp_setup_protocol()
|
| A D | elantech.c | 267 psmouse->pktsize, psmouse->packet); in elantech_packet_dump() 928 if (psmouse->pktcnt < psmouse->pktsize) in elantech_process_byte() 2149 psmouse->pktsize = info->hw_version > 1 ? 6 : 4; in elantech_setup_ps2()
|
| /drivers/mtd/nand/raw/ |
| A D | arasan-nand-controller.c | 282 unsigned int *pktsize) in anfc_pkt_len_config() argument 298 if (pktsize) in anfc_pkt_len_config() 299 *pktsize = sz; in anfc_pkt_len_config() 611 unsigned int offset, naddrs, pktsize; in anfc_parse_instructions() local 650 &pktsize); in anfc_parse_instructions() 668 nfc_op->pkt_reg |= PKT_SIZE(round_up(pktsize, 4)) | in anfc_parse_instructions()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| A D | trx.h | 23 u32 pktsize:16; member
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | sched.c | 60 p->u.params.weight, p->u.params.pktsize, in t4_sched_class_fw_cmd() 628 p.u.params.pktsize = 0; in cxgb4_sched_class_free()
|
| A D | cxgb4_main.c | 3287 u16 pktsize; in cxgb4_mgmt_set_vf_rate() local 3339 pktsize = mtu; in cxgb4_mgmt_set_vf_rate() 3341 pktsize = pktsize - sizeof(struct ethhdr) - 4; in cxgb4_mgmt_set_vf_rate() 3343 pktsize = pktsize - sizeof(struct iphdr) - sizeof(struct tcphdr); in cxgb4_mgmt_set_vf_rate() 3351 max_tx_rate * 1000, 0, pktsize, 0); in cxgb4_mgmt_set_vf_rate() 3359 class_id, pktsize, max_tx_rate); in cxgb4_mgmt_set_vf_rate() 3553 p.u.params.pktsize = dev->mtu; in cxgb_set_tx_maxrate()
|
| A D | cxgb4_tc_matchall.c | 176 .u.params.pktsize = dev->mtu, in cxgb4_matchall_alloc_tc()
|
| /drivers/infiniband/hw/irdma/ |
| A D | cm.c | 311 u16 pktsize; in irdma_form_ah_cm_frame() local 338 pktsize = sizeof(*tcph) + opts_len + hdr_len + pd_len; in irdma_form_ah_cm_frame() 342 sqbuf->totallen = pktsize; in irdma_form_ah_cm_frame() 424 u16 pktsize; in irdma_form_uda_cm_frame() local 451 pktsize = sizeof(*iph) + sizeof(*tcph); in irdma_form_uda_cm_frame() 453 pktsize = sizeof(*ip6h) + sizeof(*tcph); in irdma_form_uda_cm_frame() 454 pktsize += opts_len + hdr_len + pd_len; in irdma_form_uda_cm_frame() 456 memset(buf, 0, eth_hlen + pktsize); in irdma_form_uda_cm_frame() 458 sqbuf->totallen = pktsize + eth_hlen; in irdma_form_uda_cm_frame() 495 iph->tot_len = htons(pktsize); in irdma_form_uda_cm_frame() [all …]
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | d3.c | 1526 int pktsize = status->wake_packet_bufsize; in iwl_mvm_report_wakeup_reasons() local 1530 int truncated = pktlen - pktsize; in iwl_mvm_report_wakeup_reasons() 1540 pkt = alloc_skb(pktsize, GFP_KERNEL); in iwl_mvm_report_wakeup_reasons() 1546 pktsize -= hdrlen; in iwl_mvm_report_wakeup_reasons() 1573 pktsize -= ivlen + icvlen; in iwl_mvm_report_wakeup_reasons() 1576 skb_put_data(pkt, pktdata, pktsize); in iwl_mvm_report_wakeup_reasons() 1594 pktsize -= fcslen; in iwl_mvm_report_wakeup_reasons() 1596 wakeup.packet_present_len = pktsize; in iwl_mvm_report_wakeup_reasons()
|
| /drivers/media/usb/au0828/ |
| A D | au0828.h | 133 int pos, size, pktsize; member
|
| /drivers/media/usb/cx231xx/ |
| A D | cx231xx.h | 166 int pos, size, pktsize; member 200 int pos, size, pktsize; member
|
| /drivers/net/ethernet/broadcom/ |
| A D | sb1250-mac.c | 778 int pktsize = ENET_PACKET_SIZE; in sbdma_add_rcvbuffer() local 840 V_DMA_DSCRA_A_SIZE(NUMCACHEBLKS(pktsize + NET_IP_ALIGN)) | 0; in sbdma_add_rcvbuffer() 843 V_DMA_DSCRA_A_SIZE(NUMCACHEBLKS(pktsize + NET_IP_ALIGN)) | in sbdma_add_rcvbuffer()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| A D | trx.h | 353 u32 pktsize:16; member
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| A D | trx.h | 355 u32 pktsize:16; member
|