Home
last modified time | relevance | path

Searched refs:cxgbi_skb_cb (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.h237 struct cxgbi_skb_cb { struct
246 #define CXGBI_SKB_CB(skb) ((struct cxgbi_skb_cb *)&((skb)->cb[0])) argument
H A Dlibcxgbi.c3081 sizeof(struct cxgbi_skb_cb)); in libcxgbi_init_module()