traffic_type
enum traffic_type type = MAX_TRAFFIC_TYPE;
app_ent->traffic_type = TRAFFIC_TYPE_ETH;
app_ent->traffic_type = TRAFFIC_TYPE_PORT;
if (app_ent->traffic_type != TRAFFIC_TYPE_ETH)
if (app_ent->traffic_type != TRAFFIC_TYPE_PORT)
(TRAFFIC_TYPE_ETH == table[i].traffic_type))
(TRAFFIC_TYPE_PORT == table[i].traffic_type))
(TRAFFIC_TYPE_ETH == table[i].traffic_type) ?
u32 traffic_type;
u8 traffic_type;
txq_init->traffic_type = LLFC_TRAFFIC_TYPE_NW;
txq_init->traffic_type = LLFC_TRAFFIC_TYPE_FCOE;
gen_data->traffic_type =
u16 traffic_type;
setup_params->txq_params.traffic_type);
txq_params->traffic_type = setup_q->txq.traffic_type;
req->txq.traffic_type = LLFC_TRAFFIC_TYPE_NW;
u8 traffic_type; /* see in setup_context() */
if (kstrtou8(token, 0, &pstream.traffic_type))
(params->traffic_type == TRAFFIC_TYPE_APERIODIC ||
params->traffic_type == TRAFFIC_TYPE_PERIODIC) &&
u8 traffic_type;