pko_command       785 arch/mips/cavium-octeon/executive/cvmx-helper.c 	cvmx_pko_command_word0_t pko_command;
pko_command       885 arch/mips/cavium-octeon/executive/cvmx-helper.c 		pko_command.u64 = 0;
pko_command       886 arch/mips/cavium-octeon/executive/cvmx-helper.c 		pko_command.s.segs = num_segs;
pko_command       887 arch/mips/cavium-octeon/executive/cvmx-helper.c 		pko_command.s.total_bytes = size;
pko_command       888 arch/mips/cavium-octeon/executive/cvmx-helper.c 		pko_command.s.dontfree = 0;
pko_command       889 arch/mips/cavium-octeon/executive/cvmx-helper.c 		pko_command.s.gather = 1;
pko_command       917 arch/mips/cavium-octeon/executive/cvmx-helper.c 					    (FIX_IPD_OUTPORT), pko_command,
pko_command       422 arch/mips/include/asm/octeon/cvmx-pko.h 	cvmx_pko_command_word0_t pko_command,
pko_command       431 arch/mips/include/asm/octeon/cvmx-pko.h 				       pko_command.u64, packet.u64);
pko_command       465 arch/mips/include/asm/octeon/cvmx-pko.h 	cvmx_pko_command_word0_t pko_command,
pko_command       475 arch/mips/include/asm/octeon/cvmx-pko.h 				       pko_command.u64, packet.u64, addr);
pko_command       130 drivers/staging/octeon/ethernet-tx.c 	cvmx_pko_command_word0_t pko_command;
pko_command       249 drivers/staging/octeon/ethernet-tx.c 	pko_command.u64 = 0;
pko_command       251 drivers/staging/octeon/ethernet-tx.c 	pko_command.s.le = 1;
pko_command       253 drivers/staging/octeon/ethernet-tx.c 	pko_command.s.n2 = 1;	/* Don't pollute L2 with the outgoing packet */
pko_command       254 drivers/staging/octeon/ethernet-tx.c 	pko_command.s.segs = 1;
pko_command       255 drivers/staging/octeon/ethernet-tx.c 	pko_command.s.total_bytes = skb->len;
pko_command       256 drivers/staging/octeon/ethernet-tx.c 	pko_command.s.size0 = CVMX_FAU_OP_SIZE_32;
pko_command       257 drivers/staging/octeon/ethernet-tx.c 	pko_command.s.subone0 = 1;
pko_command       259 drivers/staging/octeon/ethernet-tx.c 	pko_command.s.dontfree = 1;
pko_command       283 drivers/staging/octeon/ethernet-tx.c 		pko_command.s.segs = skb_shinfo(skb)->nr_frags + 1;
pko_command       284 drivers/staging/octeon/ethernet-tx.c 		pko_command.s.gather = 1;
pko_command       340 drivers/staging/octeon/ethernet-tx.c 	pko_command.s.dontfree = 0;
pko_command       373 drivers/staging/octeon/ethernet-tx.c 		pko_command.s.ipoffp1 = skb_network_offset(skb) + 1;
pko_command       396 drivers/staging/octeon/ethernet-tx.c 	if ((buffers_to_free < -100) && !pko_command.s.dontfree)
pko_command       397 drivers/staging/octeon/ethernet-tx.c 		pko_command.s.dontfree = 1;
pko_command       399 drivers/staging/octeon/ethernet-tx.c 	if (pko_command.s.dontfree) {
pko_command       401 drivers/staging/octeon/ethernet-tx.c 		pko_command.s.reg0 = priv->fau + qos * 4;
pko_command       434 drivers/staging/octeon/ethernet-tx.c 						 pko_command, hw_buffer,
pko_command      1385 drivers/staging/octeon/octeon-stubs.h 		uint64_t queue, cvmx_pko_command_word0_t pko_command,