Lines Matching refs:_op
3966 #define HCI_CC_VL(_op, _func, _min, _max) \ argument
3968 .op = _op, \
3974 #define HCI_CC(_op, _func, _len) \ argument
3975 HCI_CC_VL(_op, _func, _len, _len)
3977 #define HCI_CC_STATUS(_op, _func) \ argument
3978 HCI_CC(_op, _func, sizeof(struct hci_ev_status))
4260 #define HCI_CS(_op, _func) \ argument
4262 .op = _op, \
7022 #define HCI_LE_EV_VL(_op, _func, _min_len, _max_len) \ argument
7023 [_op] = { \
7029 #define HCI_LE_EV(_op, _func, _len) \ argument
7030 HCI_LE_EV_VL(_op, _func, _len, _len)
7032 #define HCI_LE_EV_STATUS(_op, _func) \ argument
7033 HCI_LE_EV(_op, _func, sizeof(struct hci_ev_status))
7268 #define HCI_EV_VL(_op, _func, _min_len, _max_len) \ argument
7269 [_op] = { \
7276 #define HCI_EV(_op, _func, _len) \ argument
7277 HCI_EV_VL(_op, _func, _len, _len)
7279 #define HCI_EV_STATUS(_op, _func) \ argument
7280 HCI_EV(_op, _func, sizeof(struct hci_ev_status))
7282 #define HCI_EV_REQ_VL(_op, _func, _min_len, _max_len) \ argument
7283 [_op] = { \
7290 #define HCI_EV_REQ(_op, _func, _len) \ argument
7291 HCI_EV_REQ_VL(_op, _func, _len, _len)