Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/net/bluetooth/
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()
/Linux-v6.6/include/net/bluetooth/
Dbluetooth.h466 u8 pkt_status:2; member
477 #define hci_skb_pkt_status(skb) bt_cb((skb))->pkt_status