Example #1
0
static void dealloc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq)
{
	if (t4_sq_onchip(sq))
		dealloc_oc_sq(rdev, sq);
	else
		dealloc_host_sq(rdev, sq);
}
Example #2
0
File: qp.c Project: Lxg1582/freebsd
static void dealloc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq)
{

	dealloc_host_sq(rdev, sq);
}