Searched refs:put_frag (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | hcf.c | 129 HCF_STATIC void put_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) ); 2688 put_frag( ifbp, p->buf_addr, p->BUF_CNT BE_PAR(0) ); in hcf_send_msg() 2738 /*10*/ put_frag( ifbp, p->buf_addr, HCF_DASA_SIZE BE_PAR(0) ); //write DA, SA with MIC calculation in hcf_send_msg() 2755 put_frag( ifbp, &p->buf_addr[i], GET_BUF_CNT(p) - i BE_PAR(0) ); in hcf_send_msg() 2766 put_frag( ifbp, snap_header, sizeof(snap_header) BE_PAR(0) ); in hcf_send_msg() 2776 put_frag( ifbp, &p->buf_addr[i], p->BUF_CNT - i BE_PAR(0) ); in hcf_send_msg() 2784 put_frag( ifbp, p->buf_addr, p->BUF_CNT BE_PAR(0) ); in hcf_send_msg() 4481 put_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) ) in put_frag() function 4589 put_frag( ifbp, (wci_bufp)ifbp->IFB_MICTx, 8 BE_PAR(0) ); in put_frag_finalize() 4592 put_frag( ifbp, null_addr, 1 BE_PAR(0) ); //write (possibly) trailing data or MIC byte in put_frag_finalize() [all …]
|