Searched refs:dec (Results 1 – 10 of 10) sorted by relevance
360 struct descriptor_element dec; member
1468 int dec, c = atomic_read(v); in icnss_atomic_dec_if_greater_one() local1471 dec = c - 1; in icnss_atomic_dec_if_greater_one()1472 if (unlikely(dec < 1)) in icnss_atomic_dec_if_greater_one()1474 } while (!atomic_try_cmpxchg(v, &c, dec)); in icnss_atomic_dec_if_greater_one()1476 return dec; in icnss_atomic_dec_if_greater_one()
3630 mscs_req->dec.request_type = SCS_REQ_ADD; in sme_send_mscs_action_frame()3631 mscs_req->dec.user_priority_control = MSCS_USER_PRIORITY; in sme_send_mscs_action_frame()3632 mscs_req->dec.stream_timeout = (MSCS_STREAM_TIMEOUT * 1000); in sme_send_mscs_action_frame()3633 mscs_req->dec.tclas_mask.classifier_type = MSCS_TCLAS_CLASSIFIER_TYPE; in sme_send_mscs_action_frame()3634 mscs_req->dec.tclas_mask.classifier_mask = MSCS_TCLAS_CLASSIFIER_MASK; in sme_send_mscs_action_frame()
6364 mscs_req->dec.request_type;6366 mscs_req->dec.user_priority_control;6368 mscs_req->dec.stream_timeout;6370 mscs_req->dec.tclas_mask.classifier_type;6372 mscs_req->dec.tclas_mask.classifier_mask;