Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h468 u8 pkt_status:2; member
479 #define hci_skb_pkt_status(skb) bt_cb((skb))->pkt_status