Searched refs:pktlength (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec/ |
| H A D | 0001-Update-to-OpenSSL-3.0.0-alpha15.patch | 25 int pktlength /* packet length */ 48 if (0 == EVP_MAC_update(ctx, pkt, pktlength)) { 67 - digestlength = One_EVP_MAC(evp, cbc, key, keylength, pkt, pktlength); 68 + digestlength = One_EVP_MAC(evp, key, keylength, pkt, pktlength); 74 int pktlength /* packet length */ 89 - if (0 == EVP_MAC_update(ctx, pkt, pktlength)) { 90 + if (0 == EVP_MAC_update(dup, pkt, pktlength)) {
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/altera/ |
| H A D | altera_msgdma.c | 182 u32 pktlength; in msgdma_rx_status() local 187 pktlength = csrrd32(priv->rx_dma_resp, in msgdma_rx_status() 193 rxstatus |= (pktlength & 0xffff); in msgdma_rx_status()
|
| H A D | altera_tse_main.c | 379 u16 pktlength; in tse_rx() local 390 pktlength = rxstatus & 0xffff; in tse_rx() 392 if ((pktstatus & 0xFF) || (pktlength == 0)) in tse_rx() 395 pktstatus, pktlength); in tse_rx() 401 pktlength -= 2; in tse_rx() 416 skb_put(skb, pktlength); in tse_rx() 423 pktlength); in tse_rx() 425 16, 1, skb->data, pktlength, true); in tse_rx() 436 priv->dev->stats.rx_bytes += pktlength; in tse_rx()
|
| H A D | altera_sgdma.c | 240 unsigned int pktlength = 0; in sgdma_rx_status() local 247 pktlength = csrrd16(desc, sgdma_descroffs(bytes_xferred)); in sgdma_rx_status() 251 rxstatus |= (pktlength & 0xffff); in sgdma_rx_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | monitor.h | 32 uint pktlength; /* pkt length minus bcm phy hdr */ member 215 uint pktlength; /**< pkt length minus bcm phy hdr */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smsc911x.c | 716 unsigned int pktlength; in smsc911x_phy_check_loopbackpkt() local 775 pktlength = ((status & 0x3FFF0000UL) >> 16); in smsc911x_phy_check_loopbackpkt() 777 rdsz = pktlength + 3; in smsc911x_phy_check_loopbackpkt() 783 if (pktlength != (MIN_PACKET_SIZE + 4)) { in smsc911x_phy_check_loopbackpkt() 786 pktlength); in smsc911x_phy_check_loopbackpkt() 1213 unsigned int pktlength; in smsc911x_poll() local 1234 pktlength = ((rxstat & 0x3FFF0000) >> 16); in smsc911x_poll() 1235 pktwords = (pktlength + NET_IP_ALIGN + 3) >> 2; in smsc911x_poll() 1263 skb_put(skb, pktlength - 4); in smsc911x_poll() 1270 dev->stats.rx_bytes += (pktlength - 4); in smsc911x_poll()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmwifi_monitor.c | 878 sts.pktlength = FRAMELEN(corerev, corerev_minor, rxh) - plcp_len; in wl_d11rx_to_rxsts()
|