Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_fcoe.h47 #define IXGBE_FCOE_DDP_MAX 512 /* 9 bits xid */ macro
76 struct ixgbe_fcoe_ddp ddp[IXGBE_FCOE_DDP_MAX];
Dixgbe_fcoe.c100 if (xid >= IXGBE_FCOE_DDP_MAX) in ixgbe_fcoe_ddp_put()
171 if (xid >= IXGBE_FCOE_DDP_MAX) { in ixgbe_fcoe_ddp_setup()
411 if (xid >= IXGBE_FCOE_DDP_MAX) in ixgbe_fcoe_ddp()
709 for (i = 0; i < IXGBE_FCOE_DDP_MAX; i++) in ixgbe_cleanup_fcoe()
754 netdev->fcoe_ddp_xid = IXGBE_FCOE_DDP_MAX - 1; in ixgbe_fcoe_enable()