Symbol: ixl_hmc_txq
sys/dev/pci/if_ixl.c
1099
{ offsetof(struct ixl_hmc_txq, head), 13, 0 },
sys/dev/pci/if_ixl.c
1100
{ offsetof(struct ixl_hmc_txq, new_context), 1, 30 },
sys/dev/pci/if_ixl.c
1101
{ offsetof(struct ixl_hmc_txq, base), 57, 32 },
sys/dev/pci/if_ixl.c
1102
{ offsetof(struct ixl_hmc_txq, fc_ena), 1, 89 },
sys/dev/pci/if_ixl.c
1103
{ offsetof(struct ixl_hmc_txq, timesync_ena), 1, 90 },
sys/dev/pci/if_ixl.c
1104
{ offsetof(struct ixl_hmc_txq, fd_ena), 1, 91 },
sys/dev/pci/if_ixl.c
1105
{ offsetof(struct ixl_hmc_txq, alt_vlan_ena), 1, 92 },
sys/dev/pci/if_ixl.c
1106
{ offsetof(struct ixl_hmc_txq, cpuid), 8, 96 },
sys/dev/pci/if_ixl.c
1108
{ offsetof(struct ixl_hmc_txq, thead_wb), 13, 0 + 128 },
sys/dev/pci/if_ixl.c
1109
{ offsetof(struct ixl_hmc_txq, head_wb_ena), 1, 32 + 128 },
sys/dev/pci/if_ixl.c
1110
{ offsetof(struct ixl_hmc_txq, qlen), 13, 33 + 128 },
sys/dev/pci/if_ixl.c
1111
{ offsetof(struct ixl_hmc_txq, tphrdesc_ena), 1, 46 + 128 },
sys/dev/pci/if_ixl.c
1112
{ offsetof(struct ixl_hmc_txq, tphrpacket_ena), 1, 47 + 128 },
sys/dev/pci/if_ixl.c
1113
{ offsetof(struct ixl_hmc_txq, tphwdesc_ena), 1, 48 + 128 },
sys/dev/pci/if_ixl.c
1114
{ offsetof(struct ixl_hmc_txq, head_wb_addr), 64, 64 + 128 },
sys/dev/pci/if_ixl.c
1116
{ offsetof(struct ixl_hmc_txq, crc), 32, 0 + (7*128) },
sys/dev/pci/if_ixl.c
1117
{ offsetof(struct ixl_hmc_txq, rdylist), 10, 84 + (7*128) },
sys/dev/pci/if_ixl.c
1118
{ offsetof(struct ixl_hmc_txq, rdylist_act), 1, 94 + (7*128) },
sys/dev/pci/if_ixl.c
2642
struct ixl_hmc_txq txq;