Home
last modified time | relevance | path

Searched refs:ipw_tx_packet (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/tty/ipwireless/
Dhardware.c294 struct ipw_tx_packet { struct
331 struct ipw_tx_packet header; argument
459 static void do_send_packet(struct ipw_hardware *hw, struct ipw_tx_packet *packet) in do_send_packet()
491 ((unsigned char *) packet) + sizeof(struct ipw_tx_packet) + in do_send_packet()
963 struct ipw_tx_packet *packet = NULL; in send_pending_packet()
970 struct ipw_tx_packet, in send_pending_packet()
1238 struct ipw_tx_packet *packet) in send_packet()
1255 struct ipw_tx_packet *packet = kzalloc( in alloc_data_packet()
1256 sizeof(struct ipw_tx_packet) + data_size, in alloc_data_packet()
1288 packet->header.length = header_size - sizeof(struct ipw_tx_packet); in alloc_ctrl_packet()
[all …]