Searched refs:msgq_cmd (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h322 struct bfa_msgq_cmd_entry msgq_cmd; member in struct:bna_ioceth
359 struct bfa_msgq_cmd_entry msgq_cmd; member in struct:bna_enet
383 struct bfa_msgq_cmd_entry msgq_cmd; member in struct:bna_ethport
492 struct bfa_msgq_cmd_entry msgq_cmd; member in struct:bna_tx
716 struct bfa_msgq_cmd_entry msgq_cmd; member in struct:bna_rxf
806 struct bfa_msgq_cmd_entry msgq_cmd; member in struct:bna_rx
H A Dbna_tx_rx.c188 bfa_msgq_cmd_set(&rxf->msgq_cmd, NULL, NULL,
190 bfa_msgq_cmd_post(&rxf->rx->bna->msgq, &rxf->msgq_cmd);
204 bfa_msgq_cmd_set(&rxf->msgq_cmd, NULL, NULL,
206 bfa_msgq_cmd_post(&rxf->rx->bna->msgq, &rxf->msgq_cmd);
220 bfa_msgq_cmd_set(&rxf->msgq_cmd, NULL, NULL,
222 bfa_msgq_cmd_post(&rxf->rx->bna->msgq, &rxf->msgq_cmd);
235 bfa_msgq_cmd_set(&rxf->msgq_cmd, NULL, NULL,
237 bfa_msgq_cmd_post(&rxf->rx->bna->msgq, &rxf->msgq_cmd);
250 bfa_msgq_cmd_set(&rxf->msgq_cmd, NULL, NULL,
252 bfa_msgq_cmd_post(&rxf->rx->bna->msgq, &rxf->msgq_cmd);
[all...]
H A Dbna_enet.c416 bfa_msgq_cmd_set(&ethport->msgq_cmd, NULL, NULL,
418 bfa_msgq_cmd_post(&ethport->bna->msgq, &ethport->msgq_cmd);
433 bfa_msgq_cmd_set(&ethport->msgq_cmd, NULL, NULL,
435 bfa_msgq_cmd_post(&ethport->bna->msgq, &ethport->msgq_cmd);
454 bfa_msgq_cmd_set(&ethport->msgq_cmd, NULL, NULL,
456 bfa_msgq_cmd_post(&ethport->bna->msgq, &ethport->msgq_cmd);
471 bfa_msgq_cmd_set(&ethport->msgq_cmd, NULL, NULL,
473 bfa_msgq_cmd_post(&ethport->bna->msgq, &ethport->msgq_cmd);
1169 bfa_msgq_cmd_set(&enet->msgq_cmd, NULL, NULL,
1171 bfa_msgq_cmd_post(&enet->bna->msgq, &enet->msgq_cmd);
[all...]

Completed in 205 milliseconds