| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | lib.sh | 1511 local pktsize=$1; shift 1519 $MZ $h_in -p $pktsize -A $sip -B $dip -c 0 \ 1526 local pktsize=$1; shift 1533 __start_traffic $pktsize udp "$h_in" "$sip" "$dip" "$dmac" \ 1539 local pktsize=$1; shift 1546 __start_traffic $pktsize tcp "$h_in" "$sip" "$dip" "$dmac" \
|
| /linux/drivers/input/mouse/ |
| H 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()
|
| H A D | byd.c | 283 if (psmouse->pktcnt < psmouse->pktsize) in byd_process_byte() 483 psmouse->pktsize = 4; in byd_init()
|
| H A D | touchkit_ps2.c | 83 psmouse->pktsize = 5; in touchkit_ps2_detect()
|
| H 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()
|
| H 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()
|
| H A D | psmouse.h | 100 unsigned char pktsize; member
|
| H A D | lifebook.c | 349 psmouse->pktsize = 3; in lifebook_init()
|
| H 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() 3157 psmouse->pktsize = priv->proto_version == ALPS_PROTO_V4 ? 8 : 6; in alps_init() 3163 psmouse->resetafter = psmouse->pktsize * 2; in alps_init()
|
| H A D | logips2pp.c | 332 psmouse->pktsize = 3; in ps2pp_setup_protocol()
|
| H A D | focaltech.c | 433 psmouse->pktsize = 6; in focaltech_init()
|
| H 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()
|
| /linux/drivers/mtd/nand/raw/ |
| H 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()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| H A D | trx.h | 23 u32 pktsize:16; member
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H 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()
|
| H A D | cxgb4_tc_matchall.c | 176 .u.params.pktsize = dev->mtu, in cxgb4_matchall_alloc_tc()
|
| H 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()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | d3.c | 1502 int pktsize = status->wake_packet_bufsize; in iwl_mvm_report_wakeup_reasons() local 1506 int truncated = pktlen - pktsize; in iwl_mvm_report_wakeup_reasons() 1516 pkt = alloc_skb(pktsize, GFP_KERNEL); in iwl_mvm_report_wakeup_reasons() 1522 pktsize -= hdrlen; in iwl_mvm_report_wakeup_reasons() 1549 pktsize -= ivlen + icvlen; in iwl_mvm_report_wakeup_reasons() 1552 skb_put_data(pkt, pktdata, pktsize); in iwl_mvm_report_wakeup_reasons() 1570 pktsize -= fcslen; in iwl_mvm_report_wakeup_reasons() 1572 wakeup.packet_present_len = pktsize; in iwl_mvm_report_wakeup_reasons()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H 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 …]
|
| /linux/drivers/media/usb/au0828/ |
| H A D | au0828.h | 133 int pos, size, pktsize; member
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | sb1250-mac.c | 776 int pktsize = ENET_PACKET_SIZE; in sbdma_add_rcvbuffer() local 838 V_DMA_DSCRA_A_SIZE(NUMCACHEBLKS(pktsize + NET_IP_ALIGN)) | 0; in sbdma_add_rcvbuffer() 841 V_DMA_DSCRA_A_SIZE(NUMCACHEBLKS(pktsize + NET_IP_ALIGN)) | in sbdma_add_rcvbuffer()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| H A D | trx.h | 353 u32 pktsize:16; member
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A D | trx.h | 355 u32 pktsize:16; member
|
| /linux/drivers/net/ethernet/ |
| H A D | jme.h | 183 __le16 pktsize; member
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | trx.h | 464 u32 pktsize:16; member
|