Searched refs:mbout (Results 1 – 1 of 1) sorted by relevance
6133 struct mcx_cmd_query_flow_table_mb_out *mbout;6141 sizeof(*out) + sizeof(*mbout) + 16, token);6148 CTASSERT(sizeof(*mbout) <= MCX_CMDQ_MAILBOX_DATASIZE);6185 mbout = (struct mcx_cmd_query_flow_table_mb_out *)6187 dump = (uint8_t *)mbout + 8;6205 struct mcx_cmd_query_flow_table_entry_mb_out *mbout;6213 sizeof(*out) + sizeof(*mbout) + 16, token);6220 CTASSERT(sizeof(*mbout) <= MCX_CMDQ_MAILBOX_DATASIZE*2);6260 mbout = (struct mcx_cmd_query_flow_table_entry_mb_out *)6262 dump = (uint8_t *)mbout;[all …]