Searched refs:tx_data_length (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | rayctl.h | 487 UCHAR tx_data_length[2]; member 498 UCHAR tx_data_length[2]; member
|
H A D | ray_cs.c | 926 writeb(len >> 8, &pccs->var.tx_request.tx_data_length[0]); in ray_hw_xmit() 927 writeb(len & 0xff, &pccs->var.tx_request.tx_data_length[1]); in ray_hw_xmit() 2683 writeb(TX_AUTHENTICATE_LENGTH_MSB, pccs->var.tx_request.tx_data_length); in build_auth_frame() 2685 pccs->var.tx_request.tx_data_length + 1); in build_auth_frame()
|
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/ |
H A D | rayctl.h | 487 UCHAR tx_data_length[2]; member 498 UCHAR tx_data_length[2]; member
|
H A D | ray_cs.c | 925 writeb(len >> 8, &pccs->var.tx_request.tx_data_length[0]); in ray_hw_xmit() 926 writeb(len & 0xff, &pccs->var.tx_request.tx_data_length[1]); in ray_hw_xmit() 2682 writeb(TX_AUTHENTICATE_LENGTH_MSB, pccs->var.tx_request.tx_data_length); in build_auth_frame() 2684 pccs->var.tx_request.tx_data_length + 1); in build_auth_frame()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | hso.c | 212 u16 tx_data_length; /* should contain allocated length */ member 1342 space = serial->tx_data_length - serial->tx_buffer_count; in hso_serial_write() 1367 room = serial->tx_data_length - serial->tx_buffer_count; in hso_serial_write_room() 2301 serial->tx_data_length = tx_size; in hso_serial_common_create() 2302 serial->tx_data = kzalloc(serial->tx_data_length, GFP_KERNEL); in hso_serial_common_create() 2306 serial->tx_buffer = kzalloc(serial->tx_data_length, GFP_KERNEL); in hso_serial_common_create() 2733 serial->tx_data_length--; in hso_create_mux_serial_device()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | hso.c | 212 u16 tx_data_length; /* should contain allocated length */ member 1339 count = min_t(size_t, serial->tx_data_length - serial->tx_buffer_count, in hso_serial_write() 1359 room = serial->tx_data_length - serial->tx_buffer_count; in hso_serial_write_room() 2294 serial->tx_data_length = tx_size; in hso_serial_common_create() 2295 serial->tx_data = kzalloc(serial->tx_data_length, GFP_KERNEL); in hso_serial_common_create() 2299 serial->tx_buffer = kzalloc(serial->tx_data_length, GFP_KERNEL); in hso_serial_common_create() 2726 serial->tx_data_length--; in hso_create_mux_serial_device()
|
Completed in 19 milliseconds