i596_cmd          116 drivers/net/ethernet/i825xx/82596.c #define WSWAPcmd(x)  ((struct i596_cmd *) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
i596_cmd          133 drivers/net/ethernet/i825xx/82596.c #define WSWAPcmd(x)     ((struct i596_cmd *)((long)x))
i596_cmd          227 drivers/net/ethernet/i825xx/82596.c 	struct i596_cmd *v_next;	/* Address from CPUs viewpoint */
i596_cmd          230 drivers/net/ethernet/i825xx/82596.c 	struct i596_cmd *b_next;	/* Address from i596 viewpoint */
i596_cmd          234 drivers/net/ethernet/i825xx/82596.c 	struct i596_cmd cmd;
i596_cmd          242 drivers/net/ethernet/i825xx/82596.c 	struct i596_cmd cmd;
i596_cmd          248 drivers/net/ethernet/i825xx/82596.c 	struct i596_cmd cmd;
i596_cmd          254 drivers/net/ethernet/i825xx/82596.c 	struct i596_cmd cmd;
i596_cmd          259 drivers/net/ethernet/i825xx/82596.c 	struct i596_cmd cmd;
i596_cmd          293 drivers/net/ethernet/i825xx/82596.c 	struct i596_cmd *cmd;
i596_cmd          328 drivers/net/ethernet/i825xx/82596.c 	struct i596_cmd *cmd_tail;
i596_cmd          329 drivers/net/ethernet/i825xx/82596.c 	struct i596_cmd *cmd_head;
i596_cmd          365 drivers/net/ethernet/i825xx/82596.c static void i596_add_cmd(struct net_device *dev, struct i596_cmd *cmd);
i596_cmd          441 drivers/net/ethernet/i825xx/82596.c static inline int wait_cfg(struct net_device *dev, struct i596_cmd *cmd, int delcnt, char *str)
i596_cmd          443 drivers/net/ethernet/i825xx/82596.c 	volatile struct i596_cmd *c = cmd;
i596_cmd          459 drivers/net/ethernet/i825xx/82596.c 	struct i596_cmd *cmd;
i596_cmd          879 drivers/net/ethernet/i825xx/82596.c 	struct i596_cmd *ptr;
i596_cmd          937 drivers/net/ethernet/i825xx/82596.c static void i596_add_cmd(struct net_device *dev, struct i596_cmd *cmd)
i596_cmd         1275 drivers/net/ethernet/i825xx/82596.c 		struct i596_cmd *ptr;
i596_cmd          194 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_cmd *v_next;	/* Address from CPUs viewpoint */
i596_cmd          201 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_cmd cmd;
i596_cmd          215 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_cmd cmd;
i596_cmd          221 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_cmd cmd;
i596_cmd          227 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_cmd cmd;
i596_cmd          232 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_cmd cmd;
i596_cmd          320 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_cmd *cmd_tail;
i596_cmd          321 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_cmd *cmd_head;
i596_cmd          353 drivers/net/ethernet/i825xx/lib82596.c static void i596_add_cmd(struct net_device *dev, struct i596_cmd *cmd);
i596_cmd          407 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_cmd *cmd;
i596_cmd          800 drivers/net/ethernet/i825xx/lib82596.c 	struct i596_cmd *ptr;
i596_cmd          830 drivers/net/ethernet/i825xx/lib82596.c 		DMA_WBACK_INV(dev, ptr, sizeof(struct i596_cmd));
i596_cmd          868 drivers/net/ethernet/i825xx/lib82596.c static void i596_add_cmd(struct net_device *dev, struct i596_cmd *cmd)
i596_cmd          881 drivers/net/ethernet/i825xx/lib82596.c 	DMA_WBACK(dev, cmd, sizeof(struct i596_cmd));
i596_cmd          888 drivers/net/ethernet/i825xx/lib82596.c 		DMA_WBACK(dev, lp->cmd_tail, sizeof(struct i596_cmd));
i596_cmd         1144 drivers/net/ethernet/i825xx/lib82596.c 		struct i596_cmd *ptr;
i596_cmd         1158 drivers/net/ethernet/i825xx/lib82596.c 			DMA_INV(dev, lp->cmd_head, sizeof(struct i596_cmd));
i596_cmd         1240 drivers/net/ethernet/i825xx/lib82596.c 			DMA_WBACK(dev, ptr, sizeof(struct i596_cmd));
i596_cmd         1250 drivers/net/ethernet/i825xx/lib82596.c 			struct i596_cmd *prev = ptr;
i596_cmd         1254 drivers/net/ethernet/i825xx/lib82596.c 			DMA_WBACK_INV(dev, prev, sizeof(struct i596_cmd));