taglinefilesource code
tx_cmd389drivers/net/apricot.cstruct tx_cmd *tx_cmd = (struct tx_cmd *) ptr;
tx_cmd390drivers/net/apricot.cstruct sk_buff *skb = ((struct sk_buff *)(tx_cmd->tbd->data)) -1;
tx_cmd398drivers/net/apricot.ckfree_s((unsigned char *)tx_cmd, (sizeof (struct tx_cmd) + sizeof (struct i596_tbd)));
tx_cmd544drivers/net/apricot.cstruct tx_cmd *tx_cmd;
tx_cmd597drivers/net/apricot.ctx_cmd = (struct tx_cmd *) kmalloc ((sizeof (struct tx_cmd) + sizeof (struct i596_tbd)), GFP_ATOMIC);
tx_cmd598drivers/net/apricot.cif (tx_cmd == NULL)
tx_cmd607drivers/net/apricot.ctx_cmd->tbd = (struct i596_tbd *) (tx_cmd + 1);
tx_cmd608drivers/net/apricot.ctx_cmd->tbd->next = (struct i596_tbd *) -1;
tx_cmd610drivers/net/apricot.ctx_cmd->cmd.command = CMD_FLEX|CmdTx;
tx_cmd612drivers/net/apricot.ctx_cmd->pad = 0;
tx_cmd613drivers/net/apricot.ctx_cmd->size = 0;
tx_cmd614drivers/net/apricot.ctx_cmd->tbd->pad = 0;
tx_cmd615drivers/net/apricot.ctx_cmd->tbd->size = EOF | length;
tx_cmd617drivers/net/apricot.ctx_cmd->tbd->data = skb->data;
tx_cmd621drivers/net/apricot.ci596_add_cmd(dev, (struct i596_cmd *)tx_cmd);
tx_cmd761drivers/net/apricot.cstruct tx_cmd *tx_cmd = (struct tx_cmd *) ptr;
tx_cmd762drivers/net/apricot.cstruct sk_buff *skb = ((struct sk_buff *)(tx_cmd->tbd->data)) -1;
tx_cmd782drivers/net/apricot.ckfree_s((unsigned char *)tx_cmd, (sizeof (struct tx_cmd) + sizeof (struct i596_tbd)));