Lines Matching refs:data_len
98 unsigned int data_len = xfer->data_len; in hci_cmd_v2_prep_private_xfer() local
103 if (!rnw && data_len <= 5) { in hci_cmd_v2_prep_private_xfer()
110 CMD_U0_IDB_COUNT(data_len); in hci_cmd_v2_prep_private_xfer()
115 switch (data_len) { in hci_cmd_v2_prep_private_xfer()
145 CMD_U1_DATA_LENGTH(data_len); in hci_cmd_v2_prep_private_xfer()
157 unsigned int data_len = xfer->data_len; in hci_cmd_v2_prep_ccc() local
167 if (!rnw && data_len <= 4) { in hci_cmd_v2_prep_ccc()
174 CMD_U0_IDB_COUNT(data_len + (!raw ? 0 : 1)); in hci_cmd_v2_prep_ccc()
180 switch (data_len) { in hci_cmd_v2_prep_ccc()
208 CMD_U1_DATA_LENGTH(data_len); in hci_cmd_v2_prep_ccc()
254 xfer[0].data_len = 8; in hci_cmd_v2_daa()