Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/block/aoe/
Daoecmd.c229 bcnt = DEFAULTBCNT; in aoecmd_ata_rw()
369 if (n > DEFAULTBCNT) in resend()
370 n = DEFAULTBCNT; in resend()
420 p->maxbcnt = DEFAULTBCNT; in addif()
536 if (ata_scnt(skb_mac_header(f->skb)) > DEFAULTBCNT / 512 in rexmit_timer()
538 && ifp->maxbcnt != DEFAULTBCNT) { in rexmit_timer()
546 DEFAULTBCNT); in rexmit_timer()
828 if (n > DEFAULTBCNT) in aoecmd_ata_rsp()
1035 n = n ? n * 512 : DEFAULTBCNT; in aoecmd_cfg_rsp()
1082 p->maxbcnt = DEFAULTBCNT; in aoecmd_cleanslate()
Daoe.h87 DEFAULTBCNT = 2 * 512, /* 2 sectors */ enumerator