Lines Matching defs:header

127 /* Number of bytes in NL packet header (cannot do
131 /* Number of bytes in NL packet header (cannot do
155 /* Network packet header of the first packet (a special case) */
157 /* Network packet header of the following packets (if any) */
159 /* Complete network packet (header + data) */
331 struct ipw_tx_packet header;
1285 INIT_LIST_HEAD(&packet->header.queue);
1286 packet->header.dest_addr = dest_addr;
1287 packet->header.protocol = protocol;
1288 packet->header.length = header_size - sizeof(struct ipw_tx_packet);
1327 packet->header.length = sizeof(struct ipw_control_packet_body);
1329 send_packet(hw, prio, &packet->header);
1369 struct ipw_tx_packet header;
1374 struct ipw_tx_packet header;
1379 struct ipw_tx_packet header;
1384 struct ipw_tx_packet header;
1389 struct ipw_tx_packet header;
1394 struct ipw_tx_packet header;
1417 config_packet->header.length = sizeof(struct tl_setup_config_msg);
1421 send_packet(hw, PRIO_SETUP, &config_packet->header);
1430 config_done_packet->header.length = sizeof(struct tl_setup_config_done_msg);
1431 send_packet(hw, PRIO_SETUP, &config_done_packet->header);
1442 open_packet->header.length = sizeof(struct tl_setup_open_msg);
1444 send_packet(hw, PRIO_SETUP, &open_packet->header);
1479 info_packet->header.length = sizeof(struct tl_setup_info_msg);
1483 send_packet(hw, PRIO_SETUP, &info_packet->header);
1521 ver_packet->header.length = sizeof(struct tl_setup_get_version_qry);
1526 send_packet(hw, PRIO_SETUP, &ver_packet->header);
1583 packet->header.length =
1585 send_packet(hw, PRIO_SETUP, &packet->header);