Home
last modified time | relevance | path

Searched refs:pkt_status (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/seeq/
H A Dsgiseeq.c348 unsigned char pkt_status; in sgiseeq_rx() local
359 pkt_status = rd->skb->data[len]; in sgiseeq_rx()
360 if (pkt_status & SEEQ_RSTAT_FIG) { in sgiseeq_rx()
395 record_rx_errors(dev, pkt_status); in sgiseeq_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/seeq/
H A Dsgiseeq.c348 unsigned char pkt_status; in sgiseeq_rx() local
359 pkt_status = rd->skb->data[len]; in sgiseeq_rx()
360 if (pkt_status & SEEQ_RSTAT_FIG) { in sgiseeq_rx()
395 record_rx_errors(dev, pkt_status); in sgiseeq_rx()
/kernel/linux/linux-6.6/net/bluetooth/
H A Daf_bluetooth.c337 u8 pkt_status = hci_skb_pkt_status(skb); in bt_sock_recvmsg() local
340 sizeof(pkt_status), &pkt_status); in bt_sock_recvmsg()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dsco.c457 sizeof(bt_cb(skb)->sco.pkt_status), in sco_skb_put_cmsg()
458 &bt_cb(skb)->sco.pkt_status); in sco_skb_put_cmsg()
970 int pkt_status; in sco_sock_getsockopt() local
1018 pkt_status = (sco_pi(sk)->cmsg_mask & SCO_CMSG_PKT_STATUS); in sco_sock_getsockopt()
1020 if (put_user(pkt_status, (int __user *)optval)) in sco_sock_getsockopt()
H A Dhci_core.c4817 bt_cb(skb)->sco.pkt_status = flags & 0x03; in hci_scodata_packet()
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dbluetooth.h466 u8 pkt_status:2; member
477 #define hci_skb_pkt_status(skb) bt_cb((skb))->pkt_status
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dbluetooth.h348 u8 pkt_status; member

Completed in 13 milliseconds