Searched refs:rx_skb_info (Results 1 – 3 of 3) sorted by relevance
21 rx_skbinfo = comm->rx_skb_info[i]; in spl2sw_rx_descs_flush()67 if (!comm->rx_skb_info[i]) in spl2sw_rx_descs_clean()71 rx_skbinfo = comm->rx_skb_info[i]; in spl2sw_rx_descs_clean()88 comm->rx_skb_info[i] = NULL; in spl2sw_rx_descs_clean()132 comm->rx_skb_info[i] = kcalloc(comm->rx_desc_num[i], sizeof(*rx_skbinfo), in spl2sw_rx_descs_init()134 if (!comm->rx_skb_info[i]) in spl2sw_rx_descs_init()137 rx_skbinfo = comm->rx_skb_info[i]; in spl2sw_rx_descs_init()207 comm->rx_skb_info[i] = NULL; in spl2sw_descs_init()
233 struct spl2sw_skb_info *rx_skb_info[RX_DESC_QUEUE_NUM]; member
40 sinfo = comm->rx_skb_info[queue] + rx_pos; in spl2sw_rx_poll()