Home
last modified time | relevance | path

Searched refs:pkt_status (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/seeq/
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()
/linux-6.1.9/net/bluetooth/
Dsco.c455 sizeof(bt_cb(skb)->sco.pkt_status), in sco_skb_put_cmsg()
456 &bt_cb(skb)->sco.pkt_status); in sco_skb_put_cmsg()
1039 int pkt_status; in sco_sock_getsockopt() local
1093 pkt_status = (sco_pi(sk)->cmsg_mask & SCO_CMSG_PKT_STATUS); in sco_sock_getsockopt()
1095 if (put_user(pkt_status, (int __user *)optval)) in sco_sock_getsockopt()
Dhci_core.c3847 bt_cb(skb)->sco.pkt_status = flags & 0x03; in hci_scodata_packet()
/linux-6.1.9/include/net/bluetooth/
Dbluetooth.h417 u8 pkt_status; member