Searched refs:singleq_pt_lkup (Results 1 – 3 of 3) sorted by relevance
2735 struct libeth_rx_pt *singleq_pt_lkup; in idpf_send_get_rx_ptype_msg() local2740 singleq_pt_lkup = kzalloc_objs(*singleq_pt_lkup, IDPF_RX_MAX_BASE_PTYPE); in idpf_send_get_rx_ptype_msg()2741 if (!singleq_pt_lkup) in idpf_send_get_rx_ptype_msg()2825 if (!singleq_pt_lkup[pt_8].outer_ip) in idpf_send_get_rx_ptype_msg()2826 singleq_pt_lkup[pt_8] = rx_pt; in idpf_send_get_rx_ptype_msg()2835 adapter->singleq_pt_lkup = singleq_pt_lkup; in idpf_send_get_rx_ptype_msg()2837 singleq_pt_lkup = NULL; in idpf_send_get_rx_ptype_msg()2843 kfree(singleq_pt_lkup); in idpf_send_get_rx_ptype_msg()2857 kfree(adapter->singleq_pt_lkup); in idpf_rel_rx_pt_lkup()2858 adapter->singleq_pt_lkup = NULL; in idpf_rel_rx_pt_lkup()
704 struct libeth_rx_pt *singleq_pt_lkup; member
1893 q->rx_ptype_lkup = adapter->singleq_pt_lkup; in idpf_rxq_group_alloc()