/src/sys/dev/pci/ixgbe/ |
ixgbe_82599.c | 1564 u64 fdirhashcmd; local in function:ixgbe_fdir_add_signature_filter_82599 1601 * The lower 32-bits of fdirhashcmd is for FDIRHASH, the upper 32-bits 1604 fdirhashcmd = (u64)fdircmd << 32; 1605 fdirhashcmd |= (u64)ixgbe_atr_compute_sig_hash_82599(input, common); 1606 IXGBE_WRITE_REG64(hw, IXGBE_FDIRHASH, fdirhashcmd); 1608 DEBUGOUT2("Tx Queue=%x hash=%x\n", queue, (u32)fdirhashcmd);
|
ixgbe_82599.c | 1564 u64 fdirhashcmd; local in function:ixgbe_fdir_add_signature_filter_82599 1601 * The lower 32-bits of fdirhashcmd is for FDIRHASH, the upper 32-bits 1604 fdirhashcmd = (u64)fdircmd << 32; 1605 fdirhashcmd |= (u64)ixgbe_atr_compute_sig_hash_82599(input, common); 1606 IXGBE_WRITE_REG64(hw, IXGBE_FDIRHASH, fdirhashcmd); 1608 DEBUGOUT2("Tx Queue=%x hash=%x\n", queue, (u32)fdirhashcmd);
|
ixgbe_82599.c | 1564 u64 fdirhashcmd; local in function:ixgbe_fdir_add_signature_filter_82599 1601 * The lower 32-bits of fdirhashcmd is for FDIRHASH, the upper 32-bits 1604 fdirhashcmd = (u64)fdircmd << 32; 1605 fdirhashcmd |= (u64)ixgbe_atr_compute_sig_hash_82599(input, common); 1606 IXGBE_WRITE_REG64(hw, IXGBE_FDIRHASH, fdirhashcmd); 1608 DEBUGOUT2("Tx Queue=%x hash=%x\n", queue, (u32)fdirhashcmd);
|