Lines Matching refs:l2t
675 return cxgbit_l2t_send(csk->com.cdev, skb, csk->l2t);
813 cxgb4_l2t_release(csk->l2t);
931 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t,
933 if (!csk->l2t)
964 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t, n, ndev, priority);
966 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t, n, ndev, 0);
968 if (!csk->l2t)
1168 L2T_IDX_V(csk->l2t->idx) |
1212 cxgbit_l2t_send(csk->com.cdev, skb, csk->l2t);
1299 pr_err("%s - failed to allocate l2t entry!\n",
1424 u16 vlan = ((struct l2t_entry *)csk->l2t)->vlan;