fw_max            275 drivers/bluetooth/hci_mrvl.c 	const u8 *fw_ptr, *fw_max;
fw_max            285 drivers/bluetooth/hci_mrvl.c 	fw_max = fw->data + fw->size;
fw_max            291 drivers/bluetooth/hci_mrvl.c 	while (fw_ptr <= fw_max) {
fw_max            313 drivers/bluetooth/hci_mrvl.c 		if (fw_ptr == fw_max) {
fw_max            327 drivers/bluetooth/hci_mrvl.c 		if (fw_ptr + mrvl->tx_len > fw_max) {
fw_max            328 drivers/bluetooth/hci_mrvl.c 			mrvl->tx_len = fw_max - fw_ptr;