Searched refs:BE_PAR (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/wlags49_h2/ |
D | hcf.c | 123 HCF_STATIC void get_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) ); //c… 127 HCF_STATIC void put_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) ); 2042 get_frag( ifbp, (wci_bufp)<vp->len, 2*len+2 BE_PAR(2) ); in hcf_get_info() 2403 get_frag( ifbp, cp, j BE_PAR(0) ); in hcf_rcv_msg() 2638 /*10*/ put_frag( ifbp, p->buf_addr, HCF_DASA_SIZE BE_PAR(0) ); //write DA, SA with MIC calculation in hcf_send_msg() 2648 put_frag( ifbp, snap_header, sizeof(snap_header) BE_PAR(0) ); in hcf_send_msg() 2658 put_frag( ifbp, &p->buf_addr[i], p->BUF_CNT - i BE_PAR(0) ); in hcf_send_msg() 2666 put_frag( ifbp, p->buf_addr, p->BUF_CNT BE_PAR(0) ); in hcf_send_msg() 2997 get_frag( ifbp, &ifbp->IFB_TxFsStat, HFS_SWSUP BE_PAR(1) ); in hcf_service_nic() 3010 get_frag( ifbp, bufp, HFS_ADDR_DEST BE_PAR(1) ); in hcf_service_nic() [all …]
|
D | hcfdef.h | 729 #define BE_PAR(x) ,x macro 731 #define BE_PAR(x) macro
|