Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/wlags49_h2/
Dhcf.c250 HCF_STATIC hcf_8 BASED snap_header[] = { 0xAA, 0xAA, 0x03, 0x00, 0x00, //5 bytes signature + variable
1839 i = sizeof(snap_header) + 2 - ( 2*6 + 2 ); in hcf_dma_tx_put()
1842 for ( i=0; i < sizeof(snap_header) - 1; i++) { in hcf_dma_tx_put()
1843 descp->buf_addr[HFS_TYPE - sizeof(snap_header) + i] = snap_header[i]; in hcf_dma_tx_put()
2763 …if ( ( snap_header[sizeof(snap_header)-1] = hcf_encap( &p->buf_addr[HCF_DASA_SIZE] ) ) != ENC_NONE… in hcf_send_msg()
2764 OPW( HREG_DATA_1, CNV_END_SHORT( len + (sizeof(snap_header) + 2) - ( 2*6 + 2 ) ) ); in hcf_send_msg()
2766 put_frag( ifbp, snap_header, sizeof(snap_header) BE_PAR(0) ); in hcf_send_msg()
2767 CALC_TX_MIC( snap_header, sizeof(snap_header) ); //MIC over 6 byte SNAP in hcf_send_msg()
3147 HCFASSERT( len >= HFS_DAT + 2 + sizeof(snap_header), len ) in hcf_service_nic()